Package com.dremio.nessie.client.rest
Class NessieInternalServerException
- 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
-
- com.dremio.nessie.client.rest.NessieInternalServerException
-
- All Implemented Interfaces:
Serializable
public class NessieInternalServerException extends NessieServiceException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NessieInternalServerException(NessieError serverError)
-
Method Summary
-
Methods inherited from class com.dremio.nessie.client.rest.NessieServiceException
getError
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
NessieInternalServerException
public NessieInternalServerException(NessieError serverError)
-
-