public class InvalidEndpointRequestException
extends java.lang.RuntimeException
| Constructor and Description |
|---|
InvalidEndpointRequestException(java.lang.String message,
java.lang.String reason) |
InvalidEndpointRequestException(java.lang.String message,
java.lang.String reason,
java.lang.Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getReason()
Return the reason explaining why the request is invalid, potentially
null. |