Package com.openkm.sdk4j.exception
Class FilePlanCatalogManagerException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.openkm.sdk4j.exception.OKMException
-
- com.openkm.sdk4j.exception.FilePlanCatalogManagerException
-
- All Implemented Interfaces:
Serializable
public class FilePlanCatalogManagerException extends OKMException
FilePlanCatalogManagerException- Author:
- jllort
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FilePlanCatalogManagerException()FilePlanCatalogManagerException(String arg0, String serverStacktrace)FilePlanCatalogManagerException(String arg0, Throwable arg1)FilePlanCatalogManagerException(Throwable arg0)
-
Method Summary
-
Methods inherited from class com.openkm.sdk4j.exception.OKMException
getServerStacktrace, setServerStacktrace
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
FilePlanCatalogManagerException
public FilePlanCatalogManagerException()
-
FilePlanCatalogManagerException
public FilePlanCatalogManagerException(String arg0, String serverStacktrace)
-
FilePlanCatalogManagerException
public FilePlanCatalogManagerException(String arg0, Throwable arg1)
-
FilePlanCatalogManagerException
public FilePlanCatalogManagerException(Throwable arg0)
-
-