DLESE Tools
v1.6.0

org.dlese.dpc.repository
Class PutCollectionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

Field Summary
static String ERROR_CODE_BAD_ADDITIONAL_METADATA
           
static String ERROR_CODE_BAD_FORMAT_SPECIFIER
           
static String ERROR_CODE_BAD_KEY
           
static String ERROR_CODE_BAD_TITLE
           
static String ERROR_CODE_COLLECTION_EXISTS_IN_ANOTHER_FORMAT
           
static String ERROR_CODE_INTERNAL_ERROR
           
static String ERROR_CODE_IO_ERROR
           
 
Method Summary
 String getErrorCode()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

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
Method Detail

getErrorCode

public String getErrorCode()

DLESE Tools
v1.6.0