|
||||||||||
| 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
public abstract class WagonException
Root class for all exception in Wagon API
| Constructor Summary | |
|---|---|
WagonException(String message)
Constructs a new WagonException with the specified detail message and cause. |
|
WagonException(String message,
Throwable cause)
Constructs a new WagonException with the specified detail message. |
|
| Method Summary | |
|---|---|
Throwable |
getCause()
Returns the cause of this throwable or null if the cause is nonexistent or unknown. |
Throwable |
initCause(Throwable cause)
Initializes the cause of this throwable to the specified value. |
| 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 WagonException(String message,
Throwable cause)
message - - the detail message (which is saved for later retrieval by the getMessage() method).cause - - the cause (which is saved for later retrieval by the getCause() method).
(A null value is permitted, and indicates that the cause is nonexistent or unknown.)public WagonException(String message)
message - - the detail message (which is saved for later retrieval by the getMessage() method).| Method Detail |
|---|
public Throwable getCause()
getCause in class Throwablepublic Throwable initCause(Throwable cause)
initCause in class Throwable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||