Package org.duracloud.durastore.error
Class ResourcePropertiesInvalidException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.duracloud.common.error.DuraCloudCheckedException
org.duracloud.durastore.error.ResourceException
org.duracloud.durastore.error.ResourcePropertiesInvalidException
- All Implemented Interfaces:
Serializable,MessageFormattable
An exception that indicates that one or more property names and or values are invalid.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionResourcePropertiesInvalidException(String task, String spaceId, String contentId, Exception ex) -
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
-
ResourcePropertiesInvalidException
-