|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.apache.maven.wagon.WagonException
org.apache.maven.wagon.providers.ssh.CommandExecutionException
Exception which should be thrown when a command fails to execute on the repository.
Field Summary |
Fields inherited from class org.apache.maven.wagon.WagonException |
|
Fields inherited from class java.lang.Exception |
|
Fields inherited from class java.lang.Throwable |
|
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 |
public CommandExecutionException(java.lang.String message)
WagonException
public CommandExecutionException(java.lang.String message, java.lang.Throwable cause)
WagonException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |