Serializablepublic static class InitializeException.InitializeRuntimeException extends ComponentRuntimeException
CloseException.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 |
|---|---|
InitializeRuntimeException(String message) |
Instantiates a new initialize exception.
|
InitializeRuntimeException(String aMessage,
String aErrorCode) |
Instantiates a new initialize exception.
|
InitializeRuntimeException(String message,
Throwable cause) |
Instantiates a new initialize exception.
|
InitializeRuntimeException(String aMessage,
Throwable aCause,
String aErrorCode) |
Instantiates a new initialize exception.
|
InitializeRuntimeException(Throwable cause) |
Instantiates a new initialize exception.
|
InitializeRuntimeException(Throwable aCause,
String aErrorCode) |
Instantiates a new initialize exception.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic InitializeRuntimeException(String aMessage, String aErrorCode)
aMessage - the messageaErrorCode - the error codepublic InitializeRuntimeException(String aMessage, Throwable aCause, String aErrorCode)
aMessage - the messageaCause - the causeaErrorCode - the error codepublic InitializeRuntimeException(String message, Throwable cause)
message - the messagecause - the causepublic InitializeRuntimeException(String message)
message - the messagepublic InitializeRuntimeException(Throwable aCause, String aErrorCode)
aCause - the causeaErrorCode - the error codepublic InitializeRuntimeException(Throwable cause)
cause - the causeCopyright © 2018. All rights reserved.