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