org.apache.maven.wagon
Class CommandExecutionException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.apache.maven.wagon.WagonException
              extended byorg.apache.maven.wagon.CommandExecutionException
All Implemented Interfaces:
java.io.Serializable

public class CommandExecutionException
extends WagonException

Exception which should be thrown when a command fails to execute on the repository.

Version:
$Id: CommandExecutionException.java 314922 2005-10-12 14:16:36Z brett $
Author:
Brett Porter
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.maven.wagon.WagonException
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
CommandExecutionException(java.lang.String message)
           
CommandExecutionException(java.lang.String message, java.lang.Throwable cause)
           
 
Methods inherited from class org.apache.maven.wagon.WagonException
getCause, initCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CommandExecutionException

public CommandExecutionException(java.lang.String message)
See Also:
WagonException

CommandExecutionException

public CommandExecutionException(java.lang.String message,
                                 java.lang.Throwable cause)
See Also:
WagonException