aop.example
Class AuthenticationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
aop.example.AuthenticationException
- All Implemented Interfaces:
- java.io.Serializable
- public class AuthenticationException
- extends java.lang.RuntimeException
Исключение если пользователь не аутентифицирован
Наследуется от RuntimeException - следовательно это
unchecked exception
- Author:
- Zubairov Renat
- See Also:
- Serialized Form
Fields inherited from class java.lang.RuntimeException |
|
Fields inherited from class java.lang.Throwable |
|
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
AuthenticationException
public AuthenticationException()
- Стандартные конструкторы
AuthenticationException
public AuthenticationException(java.lang.String message)
- Parameters:
message
-
AuthenticationException
public AuthenticationException(java.lang.String message,
java.lang.Throwable cause)
- Parameters:
message
- cause
-
AuthenticationException
public AuthenticationException(java.lang.Throwable cause)
- Parameters:
cause
-