public class DAVStatusException extends Exception
| Modifier | Constructor and Description |
|---|---|
protected |
DAVStatusException(int status,
String msg)
Instantiates a new DAV status exception.
|
protected |
DAVStatusException(int status,
String msg,
Throwable cause)
Instantiates a new DAV status exception.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getMessage()
Return the status message.
|
protected int |
getStatus()
Return the status code.
|
protected String |
getStatusLine()
Returns an HTTP-format status line.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringprotected DAVStatusException(int status,
String msg)
status - the statusmsg - the msgprotected String getStatusLine()
protected int getStatus()
public String getMessage()
getMessage in class ThrowableCopyright © 2015 DuraSpace. All Rights Reserved.