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
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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description OKMException()OKMException(String message)OKMException(String message, Throwable cause)OKMException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)OKMException(Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetServerStacktrace()voidsetServerStacktrace(String serverStacktrace)-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-