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