Package dev.tripswitch.admin
Class ForbiddenException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
dev.tripswitch.TripSwitchException
dev.tripswitch.admin.ApiException
dev.tripswitch.admin.ForbiddenException
- All Implemented Interfaces:
Serializable
Thrown when the request is forbidden (403).
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionForbiddenException(String code, String message, String requestId, byte[] body) -
Method Summary
Methods inherited from class dev.tripswitch.admin.ApiException
forStatus, getBody, getCode, getRequestId, getRetryAfter, getStatusMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ForbiddenException
-