Class CommandLineConfigurationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.maven.shared.jarsigner.CommandLineConfigurationException
- All Implemented Interfaces:
Serializable
Signals an error during the construction of the command line used to invoke jar signer.
- Since:
- 1.0
- Author:
- Tony Chemit
- See Also:
-
Constructor Summary
ConstructorDescriptionCommandLineConfigurationException
(String message) Creates a new exception using the specified detail message.CommandLineConfigurationException
(String message, Throwable cause) Creates a new exception using the specified detail message and cause. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CommandLineConfigurationException
-
CommandLineConfigurationException
Creates a new exception using the specified detail message.- Parameters:
message
- The detail message for this exception, may benull
.
-