public class UnknownHandleRuntimeException
extends org.refcodes.exception.AbstractRuntimeException
HandleAccessor.HandleMutator<H>, HandleAccessor.HandleProperty<H>org.refcodes.exception.ErrorCodeAccessor.ErrorCodeBuilder<B extends org.refcodes.exception.ErrorCodeAccessor.ErrorCodeBuilder<B>>, org.refcodes.exception.ErrorCodeAccessor.ErrorCodeMutator, org.refcodes.exception.ErrorCodeAccessor.ErrorCodeProperty| Constructor and Description |
|---|
UnknownHandleRuntimeException(Object aHandle,
String message) |
UnknownHandleRuntimeException(Object aHandle,
String aMessage,
String aErrorCode) |
UnknownHandleRuntimeException(Object aHandle,
String message,
Throwable cause) |
UnknownHandleRuntimeException(Object aHandle,
String aMessage,
Throwable aCause,
String aErrorCode) |
UnknownHandleRuntimeException(Object aHandle,
Throwable cause) |
UnknownHandleRuntimeException(Object aHandle,
Throwable aCause,
String aErrorCode) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getHandle()
Retrieves the handle from the handle property.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic UnknownHandleRuntimeException(Object aHandle, String aMessage, String aErrorCode)
public UnknownHandleRuntimeException(Object aHandle, String aMessage, Throwable aCause, String aErrorCode)
public UnknownHandleRuntimeException(Object aHandle, String message, Throwable cause)
public UnknownHandleRuntimeException(Object aHandle, Throwable aCause, String aErrorCode)
public Object getHandle()
HandleAccessorgetHandle in interface HandleAccessorCopyright © 2017. All rights reserved.