Package org.fcrepo.storage.ocfl
Class InvalidContentException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.fcrepo.storage.ocfl.InvalidContentException
-
- All Implemented Interfaces:
Serializable
public class InvalidContentException extends RuntimeException
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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidContentException()InvalidContentException(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
-
-