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