Class AuthException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.leandev.appfuse.auth.AuthException
- All Implemented Interfaces:
Serializable
-
Constructor Summary
ConstructorsConstructorDescriptionAuthException(String message) 建立認證異常(含訊息)AuthException(String message, Throwable cause) 建立認證異常(含訊息和原因)AuthException(Throwable cause) 建立認證異常(含原因) -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AuthException
-
AuthException
-
AuthException
-