public class InterceptorException extends BusinessException
Interceptor.| Constructor and Description |
|---|
InterceptorException(java.lang.String message) |
InterceptorException(java.lang.String message,
Interceptor inter) |
InterceptorException(java.lang.String message,
java.lang.Throwable cause) |
InterceptorException(java.lang.String message,
java.lang.Throwable cause,
Interceptor inter) |
| Modifier and Type | Method and Description |
|---|---|
Interceptor |
getInterceptor()
The origin of this exception.
|
java.lang.String |
getMessage() |
void |
setInterceptor(Interceptor interceptor) |
public InterceptorException(java.lang.String message)
public InterceptorException(java.lang.String message,
java.lang.Throwable cause)
public InterceptorException(java.lang.String message,
Interceptor inter)
public InterceptorException(java.lang.String message,
java.lang.Throwable cause,
Interceptor inter)
public Interceptor getInterceptor()
nullpublic void setInterceptor(Interceptor interceptor)
public java.lang.String getMessage()
getMessage in class java.lang.ThrowableCopyright © 2018 SAP SE. All Rights Reserved.