Serializable, org.refcodes.exception.ErrorCodeAccessor, org.refcodes.exception.Trappublic static class OpenException.OpenRuntimeException extends ComponentRuntimeException implements org.refcodes.exception.Trap
OpenException.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 |
|---|---|
OpenRuntimeException(String message) |
Instantiates a new open exception.
|
OpenRuntimeException(String aMessage,
String aErrorCode) |
Instantiates a new open exception.
|
OpenRuntimeException(String message,
Throwable cause) |
Instantiates a new open exception.
|
OpenRuntimeException(String aMessage,
Throwable aCause,
String aErrorCode) |
Instantiates a new open exception.
|
OpenRuntimeException(Throwable cause) |
Instantiates a new open exception.
|
OpenRuntimeException(Throwable aCause,
String aErrorCode) |
Instantiates a new open exception.
|
| Modifier and Type | Method | Description |
|---|---|---|
String |
getErrorCode() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic OpenRuntimeException(String aMessage, String aErrorCode)
aMessage - the messageaErrorCode - the error codepublic OpenRuntimeException(String aMessage, Throwable aCause, String aErrorCode)
aMessage - the messageaCause - the causeaErrorCode - the error codepublic OpenRuntimeException(String message, Throwable cause)
message - the messagecause - the causepublic OpenRuntimeException(String message)
message - the messagepublic OpenRuntimeException(Throwable aCause, String aErrorCode)
aCause - the causeaErrorCode - the error codepublic OpenRuntimeException(Throwable cause)
cause - the causepublic String getErrorCode()
getErrorCode in interface org.refcodes.exception.ErrorCodeAccessorgetErrorCode in class org.refcodes.exception.AbstractRuntimeExceptionCopyright © 2018. All rights reserved.