Class InvalidContentException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.fcrepo.storage.ocfl.exception.InvalidContentException
- All Implemented Interfaces:
Serializable
Indicates that the content provided for a resource was invalid. For example, the expected and actual content sizes
did not match
- Author:
- pwinckles
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInvalidContentException(String message) InvalidContentException(String message, Throwable cause) InvalidContentException(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidContentException
public InvalidContentException() -
InvalidContentException
-
InvalidContentException
-
InvalidContentException
-