org.apache.maven.shared.jarsigner
Class CommandLineConfigurationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.maven.shared.jarsigner.CommandLineConfigurationException
All Implemented Interfaces:
Serializable

public class CommandLineConfigurationException
extends Exception

Signals an error during the construction of the command line used to invoke jar signer.

Since:
1.0
Version:
$Id: CommandLineConfigurationException.java 1190315 2011-10-28 13:43:28Z olamy $
Author:
tchemit
See Also:
Serialized Form

Constructor Summary
CommandLineConfigurationException(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
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

CommandLineConfigurationException

public CommandLineConfigurationException(String message,
                                         Throwable cause)
Creates a new exception using the specified detail message and cause.

Parameters:
message - The detail message for this exception, may be null.
cause - The nested exception, may be null.

CommandLineConfigurationException

public CommandLineConfigurationException(String message)
Creates a new exception using the specified detail message.

Parameters:
message - The detail message for this exception, may be null.


Copyright © 2002-2011 The Apache Software Foundation. All Rights Reserved.