Package usecase.auth
Class AuthenticationRequiredException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- usecase.auth.AuthenticationRequiredException
-
- All Implemented Interfaces:
Serializable
public class AuthenticationRequiredException extends RuntimeException
Eccezione indicante la necessità di autenticarsi come admin per procedere.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AuthenticationRequiredException()
AuthenticationRequiredException(String message)
AuthenticationRequiredException(String message, Throwable cause)
AuthenticationRequiredException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
AuthenticationRequiredException
public AuthenticationRequiredException()
-
AuthenticationRequiredException
public AuthenticationRequiredException(String message)
-
AuthenticationRequiredException
public AuthenticationRequiredException(String message, Throwable cause)
-
AuthenticationRequiredException
public AuthenticationRequiredException(Throwable cause)
-
-