Class InvalidContentException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.fcrepo.storage.ocfl.exception.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:
  • Constructor Details

    • InvalidContentException

      public InvalidContentException()
    • InvalidContentException

      public InvalidContentException(String message)
    • InvalidContentException

      public InvalidContentException(String message, Throwable cause)
    • InvalidContentException

      public InvalidContentException(Throwable cause)