public class UnsupportedHandleOperationRuntimeException extends ComponentRuntimeException
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 |
---|
UnsupportedHandleOperationRuntimeException(Object aHandle,
String message)
Instantiates a new unsupported handle operation runtime exception.
|
UnsupportedHandleOperationRuntimeException(Object aHandle,
String aMessage,
String aErrorCode)
Instantiates a new unsupported handle operation runtime exception.
|
UnsupportedHandleOperationRuntimeException(Object aHandle,
String message,
Throwable cause)
Instantiates a new unsupported handle operation runtime exception.
|
UnsupportedHandleOperationRuntimeException(Object aHandle,
String aMessage,
Throwable aCause,
String aErrorCode)
Instantiates a new unsupported handle operation runtime exception.
|
UnsupportedHandleOperationRuntimeException(Object aHandle,
Throwable cause)
Instantiates a new unsupported handle operation runtime exception.
|
UnsupportedHandleOperationRuntimeException(Object aHandle,
Throwable aCause,
String aErrorCode)
Instantiates a new unsupported handle operation runtime exception.
|
Modifier and Type | Method and Description |
---|---|
Object |
getHandle()
Gets the handle.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public UnsupportedHandleOperationRuntimeException(Object aHandle, String aMessage, String aErrorCode)
aHandle
- the handleaMessage
- the messageaErrorCode
- the error codepublic UnsupportedHandleOperationRuntimeException(Object aHandle, String aMessage, Throwable aCause, String aErrorCode)
aHandle
- the handleaMessage
- the messageaCause
- the causeaErrorCode
- the error codepublic UnsupportedHandleOperationRuntimeException(Object aHandle, String message, Throwable cause)
aHandle
- the handlemessage
- the messagecause
- the causepublic UnsupportedHandleOperationRuntimeException(Object aHandle, String message)
aHandle
- the handlemessage
- the messagepublic UnsupportedHandleOperationRuntimeException(Object aHandle, Throwable aCause, String aErrorCode)
aHandle
- the handleaCause
- the causeaErrorCode
- the error codepublic Object getHandle()
getHandle
in interface HandleAccessor
Copyright © 2018. All rights reserved.