Package org.refcodes.component
Class InitializeException.InitializeRuntimeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.refcodes.exception.AbstractRuntimeException
-
- org.refcodes.component.ComponentRuntimeException
-
- org.refcodes.component.InitializeException.InitializeRuntimeException
-
- Enclosing class:
- InitializeException
public static class InitializeException.InitializeRuntimeException extends ComponentRuntimeException
Unchecked exception with the same semantics as theCloseException
.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.refcodes.exception.ErrorCodeAccessor
org.refcodes.exception.ErrorCodeAccessor.ErrorCodeBuilder<B extends org.refcodes.exception.ErrorCodeAccessor.ErrorCodeBuilder<B>>, org.refcodes.exception.ErrorCodeAccessor.ErrorCodeMutator, org.refcodes.exception.ErrorCodeAccessor.ErrorCodeProperty
-
-
Constructor Summary
Constructors Constructor Description InitializeRuntimeException(java.lang.String message)
Instantiates a new initialize exception.InitializeRuntimeException(java.lang.String aMessage, java.lang.String aErrorCode)
Instantiates a new initialize exception.InitializeRuntimeException(java.lang.String message, java.lang.Throwable cause)
Instantiates a new initialize exception.InitializeRuntimeException(java.lang.String aMessage, java.lang.Throwable aCause, java.lang.String aErrorCode)
Instantiates a new initialize exception.InitializeRuntimeException(java.lang.Throwable cause)
Instantiates a new initialize exception.InitializeRuntimeException(java.lang.Throwable aCause, java.lang.String aErrorCode)
Instantiates a new initialize exception.
-
-
-
Constructor Detail
-
InitializeRuntimeException
public InitializeRuntimeException(java.lang.String aMessage, java.lang.String aErrorCode)
Instantiates a new initialize exception.- Parameters:
aMessage
- the messageaErrorCode
- the error code
-
InitializeRuntimeException
public InitializeRuntimeException(java.lang.String aMessage, java.lang.Throwable aCause, java.lang.String aErrorCode)
Instantiates a new initialize exception.- Parameters:
aMessage
- the messageaCause
- the causeaErrorCode
- the error code
-
InitializeRuntimeException
public InitializeRuntimeException(java.lang.String message, java.lang.Throwable cause)
Instantiates a new initialize exception.- Parameters:
message
- the messagecause
- the cause
-
InitializeRuntimeException
public InitializeRuntimeException(java.lang.String message)
Instantiates a new initialize exception.- Parameters:
message
- the message
-
InitializeRuntimeException
public InitializeRuntimeException(java.lang.Throwable aCause, java.lang.String aErrorCode)
Instantiates a new initialize exception.- Parameters:
aCause
- the causeaErrorCode
- the error code
-
InitializeRuntimeException
public InitializeRuntimeException(java.lang.Throwable cause)
Instantiates a new initialize exception.- Parameters:
cause
- the cause
-
-