Class DocumentManagerException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.onehippo.forge.content.exim.core.DocumentManagerException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
DocumentManagerNotFoundException

public class DocumentManagerException extends RuntimeException
DocumentManagerException thrown by DocumentManager.
See Also:
  • Constructor Details

    • DocumentManagerException

      public DocumentManagerException()
    • DocumentManagerException

      public DocumentManagerException(String message)
    • DocumentManagerException

      public DocumentManagerException(Throwable nested)
    • DocumentManagerException

      public DocumentManagerException(String msg, Throwable nested)