Class OKMException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.openkm.sdk4j.exception.OKMException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AccessDeniedException, AuthenticationException, AuthException, AutomationException, ConversionException, DatabaseException, DocumentException, DocumentTemplateException, EvalError, ExtensionException, FilePlanCatalogManagerException, FilePlanException, FilePlanRecordManagerException, FileSizeExceededException, ItemExistsException, JRException, LockException, MessagingException, NoSuchGroupException, NoSuchPropertyException, OCRTemplateException, ParseException, PathNotFoundException, PluginNotFoundException, PromoteAsRecordException, PromotedAsRecordLockException, RepositoryException, SuggestionException, TaskNotFoundException, TemplateException, UnauthorizedException, UnknownException, UnsupportedMimeTypeException, UserQuotaExceededException, ValidationFormException, VersionException, VirusDetectedException, WorkflowException

public class OKMException extends Exception
This class represents the root of the exceptions hierarchy defined in Openkm.

All subclasses MUST set their error code on instantiation

See Also:
  • Constructor Details

    • OKMException

      public OKMException()
    • OKMException

      public OKMException(String message)
    • OKMException

      public OKMException(String message, Throwable cause)
    • OKMException

      public OKMException(Throwable cause)
    • OKMException

      public OKMException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
  • Method Details

    • getServerStacktrace

      public String getServerStacktrace()
    • setServerStacktrace

      public void setServerStacktrace(String serverStacktrace)