public class HandleTimeoutRuntimeException
extends org.refcodes.exception.traps.AbstractException.AbstractRuntimeException
HandleAccessor.HandleMutator<H>, HandleAccessor.HandleProperty<H>
Constructor and Description |
---|
HandleTimeoutRuntimeException(Object aHandle,
String message) |
HandleTimeoutRuntimeException(Object aHandle,
String aMessage,
String aErrorCode) |
HandleTimeoutRuntimeException(Object aHandle,
String message,
Throwable cause) |
HandleTimeoutRuntimeException(Object aHandle,
String aMessage,
Throwable aCause,
String aErrorCode) |
HandleTimeoutRuntimeException(Object aHandle,
Throwable cause) |
HandleTimeoutRuntimeException(Object aHandle,
Throwable aCause,
String aErrorCode) |
Modifier and Type | Method and Description |
---|---|
Object |
getHandle()
Retrieves the handle from the handle property.
|
getErrorCode
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public HandleTimeoutRuntimeException(Object aHandle, String aMessage, String aErrorCode)
public HandleTimeoutRuntimeException(Object aHandle, String aMessage, Throwable aCause, String aErrorCode)
public HandleTimeoutRuntimeException(Object aHandle, String message, Throwable cause)
public HandleTimeoutRuntimeException(Object aHandle, Throwable aCause, String aErrorCode)
public Object getHandle()
getHandle
in interface HandleAccessor
Copyright © 2015. All rights reserved.