Package dev.hilla
Class EndpointInvocationException.EndpointBadRequestException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- dev.hilla.EndpointInvocationException
-
- dev.hilla.EndpointInvocationException.EndpointBadRequestException
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- EndpointInvocationException
public static class EndpointInvocationException.EndpointBadRequestException extends EndpointInvocationException
Exception indicating a problem with the request data.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class dev.hilla.EndpointInvocationException
EndpointInvocationException.EndpointAccessDeniedException, EndpointInvocationException.EndpointBadRequestException, EndpointInvocationException.EndpointInternalException, EndpointInvocationException.EndpointNotFoundException
-
-
Constructor Summary
Constructors Constructor Description EndpointBadRequestException(String message)Creates a new instance.
-
Method Summary
-
Methods inherited from class dev.hilla.EndpointInvocationException
getMessage
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
EndpointBadRequestException
public EndpointBadRequestException(String message)
Creates a new instance.- Parameters:
message- the message to pass to the client
-
-