Package com.linecorp.centraldogma.common
Class CentralDogmaException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.linecorp.centraldogma.common.CentralDogmaException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AuthorizationException
,ChangeConflictException
,EntryNoContentException
,EntryNotFoundException
,InvalidPushException
,MemberNotFoundException
,MirrorException
,PermissionException
,ProjectExistsException
,ProjectNotFoundException
,QueryExecutionException
,ReadOnlyException
,RedundantChangeException
,RepositoryExistsException
,RepositoryNotFoundException
,RevisionNotFoundException
,ShuttingDownException
,TokenNotFoundException
,TooManyRequestsException
A
RuntimeException
that is raised when failed to access Central Dogma.- See Also:
-
Constructor Summary
ModifierConstructorDescriptionCreates a new instance.CentralDogmaException
(String message) Creates a new instance.CentralDogmaException
(String message, boolean writableStackTrace) Creates a new instance.CentralDogmaException
(String message, Throwable cause) Creates a new instance.protected
CentralDogmaException
(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) Creates a new instance.CentralDogmaException
(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
-
CentralDogmaException
public CentralDogmaException()Creates a new instance. -
CentralDogmaException
Creates a new instance. -
CentralDogmaException
Creates a new instance. -
CentralDogmaException
Creates a new instance. -
CentralDogmaException
Creates a new instance.- Parameters:
message
- the detail messagewritableStackTrace
- whether or not the stack trace should be writable
-
CentralDogmaException
protected CentralDogmaException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) Creates a new instance.
-