Package com.openkm.sdk4j.exception
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
This class represents the root of the exceptions hierarchy defined in Openkm.
All subclasses MUST set their error code on instantiation
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionOKMException(String message) OKMException(String message, Throwable cause) OKMException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) OKMException(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
OKMException
public OKMException() -
OKMException
-
OKMException
-
OKMException
-
OKMException
-
-
Method Details
-
getServerStacktrace
-
setServerStacktrace
-