Package me.danwi.kato.common.exception
Class KatoAuthenticationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- me.danwi.kato.common.exception.KatoException
-
- me.danwi.kato.common.exception.KatoCommonException
-
- me.danwi.kato.common.exception.KatoAuthenticationException
-
- All Implemented Interfaces:
java.io.Serializable
public class KatoAuthenticationException extends KatoCommonException
认证异常- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description KatoAuthenticationException()KatoAuthenticationException(java.lang.String message)KatoAuthenticationException(java.lang.String message, java.lang.Throwable cause)KatoAuthenticationException(java.lang.Throwable cause)
-
-
-
Constructor Detail
-
KatoAuthenticationException
public KatoAuthenticationException()
-
KatoAuthenticationException
public KatoAuthenticationException(java.lang.String message)
-
KatoAuthenticationException
public KatoAuthenticationException(java.lang.String message, java.lang.Throwable cause)
-
KatoAuthenticationException
public KatoAuthenticationException(java.lang.Throwable cause)
-
-