public abstract class WebserviceException extends RuntimeException
| Constructor and Description |
|---|
WebserviceException(String message) |
WebserviceException(String message,
String reason) |
WebserviceException(String message,
String reason,
String subject) |
WebserviceException(String message,
String reason,
String subject,
Throwable cause) |
WebserviceException(String message,
String reason,
Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
String |
getReason() |
String |
getSubject() |
abstract String |
getSubjectType() |
abstract String |
getType() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic WebserviceException(String message)
Copyright © 2017 SAP SE. All Rights Reserved.