public class WebdavException extends Throwable
| Constructor and Description |
|---|
WebdavException(int st)
Constructor
|
WebdavException(int st,
QName errorTag)
Constructor
|
WebdavException(int st,
QName errorTag,
String msg)
Constructor
|
WebdavException(int st,
String msg)
Constructor
|
WebdavException(String s)
Constructor
|
WebdavException(Throwable t)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
QName |
getErrorTag()
Get the errorTag
|
int |
getStatusCode()
Get the status
|
void |
setStatusCode(int val)
Set the status
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic WebdavException(String s)
s - messagepublic WebdavException(Throwable t)
t - throwablepublic WebdavException(int st)
st - statuspublic WebdavException(int st,
String msg)
st - statusmsg - messagepublic WebdavException(int st,
QName errorTag)
st - statuserrorTag - QName identify errorpublic void setStatusCode(int val)
val - int statuspublic int getStatusCode()
public QName getErrorTag()
Copyright © 2018 Bedework. All rights reserved.