Class ContentManagerException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
DeleteContentDataErrorException, ExpectedMimeTypeConstraintException, ExpectedOrdinalConstraintException, HasContentDataErrorException, InstallContentErrorException, InstallContentStoreErrorException, InvalidOrdinalRestrictionTypeException, InvalidOrdinalTypeException, MissingIdentifierValueException, OrdinalRestrictionCantBeNullException, RemoveContentErrorException, RemoveContentStoreErrorException, RetrieveSizeErrorException, StoreContentDataErrorException, UnknownConstrainedPropertyException, UnknownContentRepositoryException, UnknownOrdinalException, UnknownOrdinalRestrictionException, UnsupportedMimeTypeException, UseContentDataErrorException, WrongConstrainedPropertyVariantException

public class ContentManagerException extends RuntimeException
See Also:
  • Constructor Details

    • ContentManagerException

      public ContentManagerException(String message)
    • ContentManagerException

      public ContentManagerException(String message, Throwable cause)
    • ContentManagerException

      public ContentManagerException(Throwable cause)