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 312781 2005-10-11 02:04:28Z brett $
Author:
Brett Porter
See Also:
Serialized Form

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


Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.