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