Package org.codehaus.mojo.keytool
Class CommandLineConfigurationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.codehaus.mojo.keytool.CommandLineConfigurationException
-
- All Implemented Interfaces:
java.io.Serializable
public class CommandLineConfigurationException extends java.lang.Exception
Signals an error during the construction of the command line used to invoke key tool.- Since:
- 1.1
- Version:
- $Id$
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor 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.
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
CommandLineConfigurationException
public CommandLineConfigurationException(java.lang.String message, java.lang.Throwable cause)
Creates a new exception using the specified detail message and cause.- Parameters:
message
- The detail message for this exception, may benull
.cause
- The nested exception, may benull
.
-
CommandLineConfigurationException
public CommandLineConfigurationException(java.lang.String message)
Creates a new exception using the specified detail message.- Parameters:
message
- The detail message for this exception, may benull
.
-
-