Package org.projectnessie.error
Class NessieConflictException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- org.projectnessie.error.BaseNessieClientServerException
-
- org.projectnessie.error.NessieConflictException
-
- All Implemented Interfaces:
Serializable
public class NessieConflictException extends BaseNessieClientServerException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NessieConflictException(String message)NessieConflictException(String message, Throwable cause)NessieConflictException(NessieError error)
-
Method Summary
-
Methods inherited from class org.projectnessie.error.BaseNessieClientServerException
getReason, getServerStackTrace, getStatus
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
NessieConflictException
public NessieConflictException(String message)
-
NessieConflictException
public NessieConflictException(NessieError error)
-
-