Package org.projectnessie.client.rest
Class NessieInternalServerException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.projectnessie.client.rest.NessieServiceException
-
- org.projectnessie.client.rest.NessieInternalServerException
-
- All Implemented Interfaces:
java.io.Serializable
public class NessieInternalServerException extends NessieServiceException
Represents "Internal Server Errors" on trying to access a Nessie endpoint.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NessieInternalServerException(org.projectnessie.error.NessieError serverError)
-
Method Summary
-
Methods inherited from class org.projectnessie.client.rest.NessieServiceException
getError
-
-