Class EndpointMethodNotImplementedException
Object
Throwable
Exception
RuntimeException
EndpointMethodNotImplementedException
- All Implemented Interfaces:
Serializable
@ResponseStatus(value=NOT_IMPLEMENTED,
reason="Verbo HTTP nao implementado pelo Endpoint")
public class EndpointMethodNotImplementedException
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
-
EndpointMethodNotImplementedException
public EndpointMethodNotImplementedException()
-