public class CommandLineConfigurationException
extends java.lang.Exception
| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID |
| Constructor and Description |
|---|
CommandLineConfigurationException(java.lang.String message)
Creates a new exception using the specified detail message.
|
CommandLineConfigurationException(java.lang.String message,
java.lang.Throwable cause)
Creates a new exception using the specified detail message and cause.
|
private static final long serialVersionUID
public CommandLineConfigurationException(java.lang.String message,
java.lang.Throwable cause)
message - The detail message for this exception, may be null.cause - The nested exception, may be null.public CommandLineConfigurationException(java.lang.String message)
message - The detail message for this exception, may be null.