Serializable, HandleAccessorpublic class IllegalHandleStateChangeRuntimeException extends ComponentRuntimeException
org.refcodes.exception.ErrorCodeAccessor.ErrorCodeBuilder<B extends org.refcodes.exception.ErrorCodeAccessor.ErrorCodeBuilder<B>>, org.refcodes.exception.ErrorCodeAccessor.ErrorCodeMutator, org.refcodes.exception.ErrorCodeAccessor.ErrorCodePropertyHandleAccessor.HandleMutator<H>, HandleAccessor.HandleProperty<H>| Constructor | Description |
|---|---|
IllegalHandleStateChangeRuntimeException(Object aHandle,
String message) |
Instantiates a new illegale handle state change runtime exception.
|
IllegalHandleStateChangeRuntimeException(Object aHandle,
String aMessage,
String aErrorCode) |
Instantiates a new illegale handle state change runtime exception.
|
IllegalHandleStateChangeRuntimeException(Object aHandle,
String message,
Throwable cause) |
Instantiates a new illegale handle state change runtime exception.
|
IllegalHandleStateChangeRuntimeException(Object aHandle,
String aMessage,
Throwable aCause,
String aErrorCode) |
Instantiates a new illegale handle state change runtime exception.
|
IllegalHandleStateChangeRuntimeException(Object aHandle,
Throwable cause) |
Instantiates a new illegale handle state change runtime exception.
|
IllegalHandleStateChangeRuntimeException(Object aHandle,
Throwable aCause,
String aErrorCode) |
Instantiates a new illegale handle state change runtime exception.
|
| Modifier and Type | Method | Description |
|---|---|---|
Object |
getHandle() |
Gets the handle.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic IllegalHandleStateChangeRuntimeException(Object aHandle, String aMessage, String aErrorCode)
aHandle - the handleaMessage - the messageaErrorCode - the error codepublic IllegalHandleStateChangeRuntimeException(Object aHandle, String aMessage, Throwable aCause, String aErrorCode)
aHandle - the handleaMessage - the messageaCause - the causeaErrorCode - the error codepublic IllegalHandleStateChangeRuntimeException(Object aHandle, String message, Throwable cause)
aHandle - the handlemessage - the messagecause - the causepublic IllegalHandleStateChangeRuntimeException(Object aHandle, String message)
aHandle - the handlemessage - the messagepublic IllegalHandleStateChangeRuntimeException(Object aHandle, Throwable aCause, String aErrorCode)
aHandle - the handleaCause - the causeaErrorCode - the error codepublic Object getHandle()
getHandle in interface HandleAccessorCopyright © 2018. All rights reserved.