public class InterceptorException extends BusinessException
Interceptor.| Constructor and Description |
|---|
InterceptorException(String message) |
InterceptorException(String message,
Interceptor inter) |
InterceptorException(String message,
Throwable cause) |
InterceptorException(String message,
Throwable cause,
Interceptor inter) |
| Modifier and Type | Method and Description |
|---|---|
Interceptor |
getInterceptor()
The origin of this exception.
|
String |
getMessage() |
void |
setInterceptor(Interceptor interceptor) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic InterceptorException(String message)
public InterceptorException(String message, Interceptor inter)
public InterceptorException(String message, Throwable cause, Interceptor inter)
public Interceptor getInterceptor()
nullpublic void setInterceptor(Interceptor interceptor)
public String getMessage()
getMessage in class ThrowableCopyright © 2017 SAP SE. All Rights Reserved.