public class ServerException extends DavException
| Constructor and Description |
|---|
ServerException()
Initializes new instance.
|
ServerException(String message)
Initializes new instance.
|
ServerException(String message,
String ns,
String elName)
Initializes new instance.
|
ServerException(String message,
Throwable throwable)
Initializes new instance.
|
ServerException(String message,
Throwable throwable,
String ns,
String elName)
Initializes new instance.
|
ServerException(String message,
Throwable throwable,
WebDavStatus status)
Initializes new instance.
|
ServerException(String message,
Throwable throwable,
WebDavStatus status,
String ns,
String elName)
Initializes new instance.
|
ServerException(String message,
WebDavStatus status)
Initializes new instance.
|
ServerException(String message,
WebDavStatus status,
String ns,
String elName)
Initializes new instance.
|
ServerException(Throwable throwable)
Initializes new instance.
|
ServerException(Throwable throwable,
WebDavStatus status)
Initializes new instance.
|
ServerException(WebDavStatus status)
Initializes new instance.
|
getLocalName, getNamespace, getStatus, setLocalName, setNamespaceaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ServerException()
public ServerException(WebDavStatus status)
status - WebDAV status code.public ServerException(String message)
message - Exception text.public ServerException(String message, WebDavStatus status)
message - Exception text.status - WebDAV status code.public ServerException(String message, Throwable throwable)
message - Exception text.throwable - OriginalException.public ServerException(String message, Throwable throwable, WebDavStatus status)
message - Exception text.throwable - OriginalException.status - WebDAV status code.public ServerException(Throwable throwable, WebDavStatus status)
throwable - OriginalException.status - WebDAV status code.public ServerException(Throwable throwable)
throwable - OriginalException.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, 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, 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, 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.Copyright © ITHit. All Rights Reserved.