Package org.apache.iceberg.exceptions
Class ServiceFailureException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.iceberg.exceptions.RESTException
org.apache.iceberg.exceptions.ServiceFailureException
- All Implemented Interfaces:
Serializable
Exception thrown on HTTP 5XX Server Error.
- See Also:
-
Constructor Summary
ConstructorDescriptionServiceFailureException
(String message, Object... args) ServiceFailureException
(Throwable cause, String message, Object... args) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ServiceFailureException
-
ServiceFailureException
-