Package org.apache.iceberg.exceptions
Class RESTException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.iceberg.exceptions.RESTException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- BadRequestException,- ForbiddenException,- NotAuthorizedException,- ServiceFailureException,- ServiceUnavailableException,- UnprocessableEntityException
Base class for REST client exceptions
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionRESTException(String message, Object... args) RESTException(Throwable cause, String message, Object... args) 
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
RESTException
- 
RESTException
 
-