Package org.refcodes.component
Class StartException.StartRuntimeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.refcodes.exception.AbstractRuntimeException
-
- org.refcodes.component.ComponentRuntimeException
-
- org.refcodes.component.StartException.StartRuntimeException
-
- Enclosing class:
- StartException
public static class StartException.StartRuntimeException extends ComponentRuntimeException
Unchecked exception with the same semantics as theStartException
.- 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 StartRuntimeException(java.lang.String message)
Instantiates a new start exception.StartRuntimeException(java.lang.String aMessage, java.lang.String aErrorCode)
Instantiates a new start exception.StartRuntimeException(java.lang.String message, java.lang.Throwable cause)
Instantiates a new start exception.StartRuntimeException(java.lang.String aMessage, java.lang.Throwable aCause, java.lang.String aErrorCode)
Instantiates a new start exception.StartRuntimeException(java.lang.Throwable cause)
Instantiates a new start exception.StartRuntimeException(java.lang.Throwable aCause, java.lang.String aErrorCode)
Instantiates a new start exception.
-
-
-
Constructor Detail
-
StartRuntimeException
public StartRuntimeException(java.lang.String aMessage, java.lang.String aErrorCode)
Instantiates a new start exception.- Parameters:
aMessage
- the messageaErrorCode
- the error code
-
StartRuntimeException
public StartRuntimeException(java.lang.String aMessage, java.lang.Throwable aCause, java.lang.String aErrorCode)
Instantiates a new start exception.- Parameters:
aMessage
- the messageaCause
- the causeaErrorCode
- the error code
-
StartRuntimeException
public StartRuntimeException(java.lang.String message, java.lang.Throwable cause)
Instantiates a new start exception.- Parameters:
message
- the messagecause
- the cause
-
StartRuntimeException
public StartRuntimeException(java.lang.String message)
Instantiates a new start exception.- Parameters:
message
- the message
-
StartRuntimeException
public StartRuntimeException(java.lang.Throwable aCause, java.lang.String aErrorCode)
Instantiates a new start exception.- Parameters:
aCause
- the causeaErrorCode
- the error code
-
StartRuntimeException
public StartRuntimeException(java.lang.Throwable cause)
Instantiates a new start exception.- Parameters:
cause
- the cause
-
-