Package com.dremio.nessie.client.rest
Class NessieServiceException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- javax.ws.rs.ProcessingException
-
- javax.ws.rs.client.ResponseProcessingException
-
- com.dremio.nessie.client.rest.NessieServiceException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
NessieBadRequestException,NessieForbiddenException,NessieInternalServerException,NessieNotAuthorizedException
public class NessieServiceException extends javax.ws.rs.client.ResponseProcessingExceptionA Nessie REST API runtime exception.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NessieServiceException(NessieError error)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NessieErrorgetError()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
NessieServiceException
public NessieServiceException(NessieError error)
-
-
Method Detail
-
getError
public NessieError getError()
-
-