public class ServerException extends DavException
Constructor and Description |
---|
ServerException()
Initializes new instance.
|
ServerException(int extendedError)
Initializes new instance.
|
ServerException(String message)
Initializes new instance.
|
ServerException(String message,
int extendedError)
Initializes new instance.
|
ServerException(String message,
String ns,
String elName)
Initializes new instance.
|
ServerException(String message,
String ns,
String elName,
int extendedError)
Initializes new instance.
|
ServerException(String message,
Throwable throwable)
Initializes new instance.
|
ServerException(String message,
Throwable throwable,
int extendedError)
Initializes new instance.
|
ServerException(String message,
Throwable throwable,
String ns,
String elName)
Initializes new instance.
|
ServerException(String message,
Throwable throwable,
String ns,
String elName,
int extendedError)
Initializes new instance.
|
ServerException(String message,
Throwable throwable,
WebDavStatus status)
Initializes new instance.
|
ServerException(String message,
Throwable throwable,
WebDavStatus status,
int extendedError)
Initializes new instance.
|
ServerException(String message,
Throwable throwable,
WebDavStatus status,
String ns,
String elName)
Initializes new instance.
|
ServerException(String message,
Throwable throwable,
WebDavStatus status,
String ns,
String elName,
int extendedError)
Initializes new instance.
|
ServerException(String message,
WebDavStatus status)
Initializes new instance.
|
ServerException(String message,
WebDavStatus status,
int extendedError)
Initializes new instance.
|
ServerException(String message,
WebDavStatus status,
String ns,
String elName)
Initializes new instance.
|
ServerException(String message,
WebDavStatus status,
String ns,
String elName,
int extendedError)
Initializes new instance.
|
ServerException(Throwable throwable)
Initializes new instance.
|
ServerException(Throwable throwable,
int extendedError)
Initializes new instance.
|
ServerException(Throwable throwable,
WebDavStatus status)
Initializes new instance.
|
ServerException(Throwable throwable,
WebDavStatus status,
int extendedError)
Initializes new instance.
|
ServerException(WebDavStatus status)
Initializes new instance.
|
ServerException(WebDavStatus status,
int extendedError)
Initializes new instance.
|
getExtendedError, getLocalName, getNamespace, getStatus, setLocalName, setNamespace
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ServerException()
public ServerException(int extendedError)
extendedError
- Extended error code used in X-MSDAVEXT_ERROR header.public ServerException(WebDavStatus status)
status
- WebDAV status code.public ServerException(WebDavStatus status, int extendedError)
status
- WebDAV status code.extendedError
- Extended error code used in X-MSDAVEXT_ERROR header.public ServerException(String message)
message
- Exception text.public ServerException(String message, int extendedError)
message
- Exception text.extendedError
- Extended error code used in X-MSDAVEXT_ERROR header.public ServerException(String message, WebDavStatus status)
message
- Exception text.status
- WebDAV status code.public ServerException(String message, WebDavStatus status, int extendedError)
message
- Exception text.status
- WebDAV status code.extendedError
- Extended error code used in X-MSDAVEXT_ERROR header.public ServerException(String message, Throwable throwable)
message
- Exception text.throwable
- OriginalException.public ServerException(String message, Throwable throwable, int extendedError)
message
- Exception text.throwable
- OriginalException.extendedError
- Extended error code used in X-MSDAVEXT_ERROR header.public ServerException(String message, Throwable throwable, WebDavStatus status)
message
- Exception text.throwable
- OriginalException.status
- WebDAV status code.public ServerException(String message, Throwable throwable, WebDavStatus status, int extendedError)
message
- Exception text.throwable
- OriginalException.status
- WebDAV status code.extendedError
- Extended error code used in X-MSDAVEXT_ERROR header.public ServerException(Throwable throwable, WebDavStatus status)
throwable
- OriginalException.status
- WebDAV status code.public ServerException(Throwable throwable, WebDavStatus status, int extendedError)
throwable
- OriginalException.status
- WebDAV status code.extendedError
- Extended error code used in X-MSDAVEXT_ERROR header.public ServerException(Throwable throwable)
throwable
- OriginalException.public ServerException(Throwable throwable, int extendedError)
throwable
- OriginalException.extendedError
- Extended error code used in X-MSDAVEXT_ERROR header.public ServerException(String message, String ns, String elName)
message
- Message.ns
- Namespace of XML element that will be sent to client in HTTP response so it can identify error more precisely.elName
- Name of element.public ServerException(String message, String ns, String elName, int extendedError)
message
- Message.ns
- Namespace of XML element that will be sent to client in HTTP response so it can identify error more precisely.elName
- Name of element.extendedError
- Extended error code used in X-MSDAVEXT_ERROR header.public ServerException(String message, WebDavStatus status, String ns, String elName)
message
- Message.status
- WebDAV status code.ns
- Namespace of XML element that will be sent to client in HTTP response so it can identify error more precisely.elName
- Name of element.public ServerException(String message, WebDavStatus status, String ns, String elName, int extendedError)
message
- Message.status
- WebDAV status code.ns
- Namespace of XML element that will be sent to client in HTTP response so it can identify error more precisely.elName
- Name of element.extendedError
- Extended error code used in X-MSDAVEXT_ERROR header.public ServerException(String message, Throwable throwable, String ns, String elName)
message
- Message.throwable
- Original exception.ns
- Namespace of XML element that will be sent to client in HTTP response so it can identify error more precisely.elName
- Name of element.public ServerException(String message, Throwable throwable, String ns, String elName, int extendedError)
message
- Message.throwable
- Original exception.ns
- Namespace of XML element that will be sent to client in HTTP response so it can identify error more precisely.elName
- Name of element.extendedError
- Extended error code used in X-MSDAVEXT_ERROR header.public ServerException(String message, Throwable throwable, WebDavStatus status, String ns, String elName)
message
- Message.throwable
- Original exception.status
- WebDAV status code.ns
- Namespace of XML element that will be sent to client in HTTP response so it can identify error more precisely.elName
- Name of element.public ServerException(String message, Throwable throwable, WebDavStatus status, String ns, String elName, int extendedError)
message
- Message.throwable
- Original exception.status
- WebDAV status code.ns
- Namespace of XML element that will be sent to client in HTTP response so it can identify error more precisely.elName
- Name of element.extendedError
- Extended error code used in X-MSDAVEXT_ERROR header.Copyright © ITHit. All Rights Reserved.