Package org.duracloud.error
Class InvalidIdException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.duracloud.common.error.DuraCloudCheckedException
org.duracloud.error.ContentStoreException
org.duracloud.error.InvalidIdException
- All Implemented Interfaces:
Serializable,MessageFormattable
Exception thrown when a space or content ID is invalid.
- Author:
- Bill Branan
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInvalidIdException(String message) InvalidIdException(String task, String spaceId, Exception e) InvalidIdException(String task, String spaceId, String contentId, Exception e) InvalidIdException(String task, String srcSpaceId, String srcContentId, String destSpaceId, String destContentId, Exception e) -
Method Summary
Methods inherited from class org.duracloud.common.error.DuraCloudCheckedException
getArgs, getFormattedMessage, getKey, setArgsMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidIdException
-
InvalidIdException
-
InvalidIdException
-
InvalidIdException
-