public abstract class StructureRuntimeException
extends org.refcodes.exception.AbstractRuntimeException
StructureRuntimeException is the base runtime exception for this
package.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 |
|---|
StructureRuntimeException(String message)
Instantiates a new net runtime exception.
|
StructureRuntimeException(String aMessage,
String aErrorCode)
Instantiates a new net runtime exception.
|
StructureRuntimeException(String message,
Throwable cause)
Instantiates a new net runtime exception.
|
StructureRuntimeException(String aMessage,
Throwable aCause,
String aErrorCode)
Instantiates a new net runtime exception.
|
StructureRuntimeException(Throwable cause)
Instantiates a new net runtime exception.
|
StructureRuntimeException(Throwable aCause,
String aErrorCode)
Instantiates a new net runtime exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic StructureRuntimeException(String aMessage, String aErrorCode)
aMessage - the messageaErrorCode - the error codepublic StructureRuntimeException(String aMessage, Throwable aCause, String aErrorCode)
aMessage - the messageaCause - the causeaErrorCode - the error codepublic StructureRuntimeException(String message, Throwable cause)
message - the messagecause - the causepublic StructureRuntimeException(String message)
message - the messagepublic StructureRuntimeException(Throwable aCause, String aErrorCode)
aCause - the causeaErrorCode - the error codepublic StructureRuntimeException(Throwable cause)
cause - the causeCopyright © 2017. All rights reserved.