|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.apache.maven.shared.jarsigner.CommandLineConfigurationException
public class CommandLineConfigurationException
Signals an error during the construction of the command line used to invoke jar signer.
Constructor Summary | |
---|---|
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. |
Method Summary |
---|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
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
.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |