Package org.projectnessie.error
Class NessieRefLogNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- org.projectnessie.error.BaseNessieClientServerException
-
- org.projectnessie.error.NessieNotFoundException
-
- org.projectnessie.error.NessieRefLogNotFoundException
-
- All Implemented Interfaces:
java.io.Serializable,ErrorCodeAware
public class NessieRefLogNotFoundException extends NessieNotFoundException
This exception is thrown when a requested reflog is not present in the store.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NessieRefLogNotFoundException(java.lang.String message)NessieRefLogNotFoundException(java.lang.String message, java.lang.Throwable cause)NessieRefLogNotFoundException(NessieError error)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ErrorCodegetErrorCode()-
Methods inherited from class org.projectnessie.error.BaseNessieClientServerException
getServerStackTrace, getStatus
-
-
-
-
Constructor Detail
-
NessieRefLogNotFoundException
public NessieRefLogNotFoundException(java.lang.String message)
-
NessieRefLogNotFoundException
public NessieRefLogNotFoundException(java.lang.String message, java.lang.Throwable cause)
-
NessieRefLogNotFoundException
public NessieRefLogNotFoundException(NessieError error)
-
-
Method Detail
-
getErrorCode
public ErrorCode getErrorCode()
- Specified by:
getErrorCodein interfaceErrorCodeAware- Overrides:
getErrorCodein classBaseNessieClientServerException
-
-