@Deprecated
public class ConfigUtilsException
extends java.lang.Exception
| Constructor and Description |
|---|
ConfigUtilsException()
Deprecated.
Instantiates a new (unspecified) exception.
|
ConfigUtilsException(java.lang.Exception exception)
Deprecated.
Instantiates a new exception based on another (wrapped) exception.
|
ConfigUtilsException(java.lang.String message)
Deprecated.
Instantiated a new exception based on a message.
|
ConfigUtilsException(java.lang.String message,
java.lang.Exception exception)
Deprecated.
Instantiation of a new exception based on a message and another (wrapped)
exception.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Exception |
getException()
Deprecated.
Returns the underlying exception.
|
java.lang.String |
getMessage()
Deprecated.
Returns the message of the wrapped exception.
|
java.lang.String |
toString()
Deprecated.
Returns the text representation of this instance.
|
public ConfigUtilsException(java.lang.String message,
java.lang.Exception exception)
message - The exception message.exception - Another exception.public ConfigUtilsException(java.lang.String message)
message - The message of the new exception.public ConfigUtilsException(java.lang.Exception exception)
exception - The wrapped exception.public ConfigUtilsException()
public java.lang.Exception getException()
public java.lang.String getMessage()
getMessage in class java.lang.Throwablepublic java.lang.String toString()
toString in class java.lang.Throwable