Package com.linecorp.centraldogma.common
Class InvalidPushException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.linecorp.centraldogma.common.CentralDogmaException
com.linecorp.centraldogma.common.InvalidPushException
- All Implemented Interfaces:
Serializable
A
CentralDogmaException
that is raised when a push is invalid.- See Also:
-
Constructor Summary
ConstructorDescriptionCreates a new instance.InvalidPushException
(String message) Creates a new instance.InvalidPushException
(String message, boolean writableStackTrace) Creates a new instance.InvalidPushException
(String message, Throwable cause) Creates a new instance.InvalidPushException
(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
-
InvalidPushException
public InvalidPushException()Creates a new instance. -
InvalidPushException
Creates a new instance. -
InvalidPushException
Creates a new instance. -
InvalidPushException
Creates a new instance. -
InvalidPushException
Creates a new instance.- Parameters:
message
- the detail messagewritableStackTrace
- whether or not the stack trace should be writable
-