public class SystemConfigurationException
extends java.lang.RuntimeException
Constructor and Description |
---|
SystemConfigurationException(java.lang.String message)
Construct a new instance with the specified message.
|
SystemConfigurationException(java.lang.String message,
java.lang.Throwable cause)
Construct a new instance with the specified message and a
Throwable that triggered this exception. |
SystemConfigurationException(java.lang.Throwable cause)
Construct a new instance with the specified
Throwable as the root
cause. |
public SystemConfigurationException(java.lang.String message)
message
- a descriptive message.RuntimeException.RuntimeException(java.lang.String)
public SystemConfigurationException(java.lang.String message, java.lang.Throwable cause)
Throwable
that triggered this exception.message
- a descriptive messagecause
- the causeRuntimeException.RuntimeException(java.lang.String,
java.lang.Throwable)
public SystemConfigurationException(java.lang.Throwable cause)
Throwable
as the root
cause.cause
- the causeRuntimeException.RuntimeException(java.lang.Throwable)