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:
Serializable,ErrorCodeAware
Represents error responses to malformed or invalid client requests.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.projectnessie.error.NessieRuntimeException
getError, getErrorCodeMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.projectnessie.error.ErrorCodeAware
getErrorDetails
-
Constructor Details
-
NessieBadRequestException
-