Package com.bytedesk.core.exception
Class UserDisabledException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.bytedesk.core.exception.BaseException
com.bytedesk.core.exception.UserDisabledException
- All Implemented Interfaces:
Serializable
Exception caused by disabled user.
- Author:
- jackning
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionUserDisabledException
(String message) UserDisabledException
(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
UserDisabledException
-
UserDisabledException
-