Serializable
, org.refcodes.exception.ErrorCodeAccessor
, org.refcodes.exception.Trap
public class PauseException extends ComponentException
Modifier and Type | Class | Description |
---|---|---|
static class |
PauseException.PauseRuntimeException |
Unchecked exception with the same semantics as the
PauseException . |
org.refcodes.exception.ErrorCodeAccessor.ErrorCodeBuilder<B extends org.refcodes.exception.ErrorCodeAccessor.ErrorCodeBuilder<B>>, org.refcodes.exception.ErrorCodeAccessor.ErrorCodeMutator, org.refcodes.exception.ErrorCodeAccessor.ErrorCodeProperty
Constructor | Description |
---|---|
PauseException(String message) |
Instantiates a new pause exception.
|
PauseException(String aMessage,
String aErrorCode) |
Instantiates a new pause exception.
|
PauseException(String message,
Throwable cause) |
Instantiates a new pause exception.
|
PauseException(String aMessage,
Throwable aCause,
String aErrorCode) |
Instantiates a new pause exception.
|
PauseException(Throwable cause) |
Instantiates a new pause exception.
|
PauseException(Throwable aCause,
String aErrorCode) |
Instantiates a new pause exception.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public PauseException(String aMessage, String aErrorCode)
aMessage
- the messageaErrorCode
- the error codepublic PauseException(String aMessage, Throwable aCause, String aErrorCode)
aMessage
- the messageaCause
- the causeaErrorCode
- the error codepublic PauseException(String message, Throwable cause)
message
- the messagecause
- the causepublic PauseException(String message)
message
- the messagepublic PauseException(Throwable aCause, String aErrorCode)
aCause
- the causeaErrorCode
- the error codepublic PauseException(Throwable cause)
cause
- the causeCopyright © 2018. All rights reserved.