Package org.projectnessie.error
Class NessieBadRequestException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.projectnessie.error.NessieRuntimeException
-
- org.projectnessie.error.NessieBadRequestException
-
- All Implemented Interfaces:
java.io.Serializable,ErrorCodeAware
public class NessieBadRequestException extends NessieRuntimeException
Represents error responses to malformed or invalid client requests.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NessieBadRequestException(NessieError error)
-
Method Summary
-
Methods inherited from class org.projectnessie.error.NessieRuntimeException
getError, getErrorCode
-
-
-
-
Constructor Detail
-
NessieBadRequestException
public NessieBadRequestException(NessieError error)
-
-