Class AccessDeniedException
Object
Throwable
Exception
RuntimeException
AccessDeniedException
- All Implemented Interfaces:
Serializable
@ResponseStatus(value=FORBIDDEN,
reason="Acesso negado")
public class AccessDeniedException
extends RuntimeException
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AccessDeniedException
public AccessDeniedException() -
AccessDeniedException
-