Package com.linecorp.centraldogma.common
Class EntryNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.linecorp.centraldogma.common.CentralDogmaException
com.linecorp.centraldogma.common.EntryNotFoundException
- All Implemented Interfaces:
Serializable
A
CentralDogmaException that is raised when attempted to access a non-existent entry in a repository.- See Also:
-
Constructor Summary
ConstructorsModifierConstructorDescriptionCreates a new instance.EntryNotFoundException(Revision revision, String path) Creates a new instance.EntryNotFoundException(String message) Creates a new instance.EntryNotFoundException(String message, boolean writableStackTrace) Creates a new instance.EntryNotFoundException(String message, Throwable cause) Creates a new instance.protectedEntryNotFoundException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) Creates a new instance.EntryNotFoundException(Throwable cause) Creates a new instance. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
EntryNotFoundException
public EntryNotFoundException()Creates a new instance. -
EntryNotFoundException
Creates a new instance. -
EntryNotFoundException
Creates a new instance. -
EntryNotFoundException
Creates a new instance. -
EntryNotFoundException
Creates a new instance. -
EntryNotFoundException
Creates a new instance.- Parameters:
message- the detail messagewritableStackTrace- whether or not the stack trace should be writable
-
EntryNotFoundException
protected EntryNotFoundException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) Creates a new instance.
-