|
|
|
|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.torweg.pulse.service.PulseException
org.torweg.pulse.webdav.DAVException
public class DAVException
is an unchecked exception thrown on errors in DAV operations.
| Constructor Summary | |
|---|---|
DAVException(java.lang.String msg)
creates a new DAV Exception with the given message. |
|
DAVException(java.lang.String msg,
java.lang.Throwable t)
creates a new DAV Exception with the given message and root cause. |
|
DAVException(java.lang.Throwable t)
creates a new DAV Exception wrapping the given cause. |
|
| Method Summary |
|---|
| Methods inherited from class org.torweg.pulse.service.PulseException |
|---|
getDetailMessage |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, 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 DAVException(java.lang.String msg)
msg - the messagepublic DAVException(java.lang.Throwable t)
t - the cause
public DAVException(java.lang.String msg,
java.lang.Throwable t)
msg - the messaget - the root cause
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||