Class EndpointDisabledException
Object
Throwable
Exception
RuntimeException
EndpointDisabledException
- All Implemented Interfaces:
Serializable
@ResponseStatus(value=FORBIDDEN,
reason="Endpoint desabilitado")
public class EndpointDisabledException
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
-
EndpointDisabledException
public EndpointDisabledException()
-