Class AuthorizationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.nelioalves.cursomc.services.exceptions.AuthorizationException
-
- All Implemented Interfaces:
Serializable
public class AuthorizationException extends RuntimeException
Exceção de autorização Essa exceção é jogada quando um usuário tenta acessar alguma informação que não pertence a ele- Author:
- José Henrique
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AuthorizationException(String message)AuthorizationException(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
-
-