org.apache.maven.wagon

Class CommandExecutionException

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

Constructor Summary
CommandExecutionException(String message)
CommandExecutionException(String message, Throwable cause)

Constructor Detail

CommandExecutionException

public CommandExecutionException(String message)

See Also: WagonException

CommandExecutionException

public CommandExecutionException(String message, Throwable cause)

See Also: WagonException