Package org.apache.maven.wagon
Class CommandExecutionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.maven.wagon.WagonException
-
- org.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.- Author:
- Brett Porter
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CommandExecutionException(java.lang.String message)
CommandExecutionException(java.lang.String message, java.lang.Throwable cause)
-
Method Summary
-
Methods inherited from class org.apache.maven.wagon.WagonException
getCause, initCause
-
-
-
-
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
-
-