org.dlese.dpc.repository
Class PutCollectionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.dlese.dpc.repository.PutCollectionException
- All Implemented Interfaces:
- Serializable
public class PutCollectionException
- extends Exception
Indicates a problem occured when attempting to add, modify or delete a
collection in the repository.
- Author:
- John Weatherley
- See Also:
RepositoryManager
,
Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ERROR_CODE_COLLECTION_EXISTS_IN_ANOTHER_FORMAT
public static final String ERROR_CODE_COLLECTION_EXISTS_IN_ANOTHER_FORMAT
- See Also:
- Constant Field Values
ERROR_CODE_BAD_FORMAT_SPECIFIER
public static final String ERROR_CODE_BAD_FORMAT_SPECIFIER
- See Also:
- Constant Field Values
ERROR_CODE_BAD_KEY
public static final String ERROR_CODE_BAD_KEY
- See Also:
- Constant Field Values
ERROR_CODE_BAD_TITLE
public static final String ERROR_CODE_BAD_TITLE
- See Also:
- Constant Field Values
ERROR_CODE_BAD_ADDITIONAL_METADATA
public static final String ERROR_CODE_BAD_ADDITIONAL_METADATA
- See Also:
- Constant Field Values
ERROR_CODE_IO_ERROR
public static final String ERROR_CODE_IO_ERROR
- See Also:
- Constant Field Values
ERROR_CODE_INTERNAL_ERROR
public static final String ERROR_CODE_INTERNAL_ERROR
- See Also:
- Constant Field Values
getErrorCode
public String getErrorCode()