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)

Method Summary

Methods inherited from class org.apache.maven.wagon.WagonException

getCause, initCause

Constructor Details

CommandExecutionException

public CommandExecutionException(String message)

CommandExecutionException

public CommandExecutionException(String message,
                                 Throwable cause)