org.apache.maven.wagon
Class CommandExecutionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.maven.wagon.WagonException
              extended by org.apache.maven.wagon.CommandExecutionException
All Implemented Interfaces:
Serializable

public class CommandExecutionException
extends WagonException

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

Version:
$Id: CommandExecutionException.java 658720 2008-05-21 14:49:22Z bentmann $
Author:
Brett Porter
See Also:
Serialized Form

Constructor Summary
CommandExecutionException(String message)
           
CommandExecutionException(String message, Throwable cause)
           
 
Method Summary
 
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(String message)
See Also:
WagonException

CommandExecutionException

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


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