Package com.openkm.sdk4j.exception
Class PluginNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.openkm.sdk4j.exception.OKMException
-
- com.openkm.sdk4j.exception.PluginNotFoundException
-
- All Implemented Interfaces:
Serializable
public class PluginNotFoundException extends OKMException
PluginNotFoundException- Author:
- jllort
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PluginNotFoundException()PluginNotFoundException(String arg0, String serverStacktrace)PluginNotFoundException(String message, Throwable cause)PluginNotFoundException(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
-
PluginNotFoundException
public PluginNotFoundException()
-
PluginNotFoundException
public PluginNotFoundException(Throwable arg0)
-
-