Uses of Class
com.opencloud.slee.resources.sis.script.interceptors.InterceptorInvocationResult.Failed.Reason
-
Packages that use InterceptorInvocationResult.Failed.Reason Package Description com.opencloud.slee.resources.sis.script.interceptors -
-
Uses of InterceptorInvocationResult.Failed.Reason in com.opencloud.slee.resources.sis.script.interceptors
Methods in com.opencloud.slee.resources.sis.script.interceptors that return InterceptorInvocationResult.Failed.Reason Modifier and Type Method Description InterceptorInvocationResult.Failed.Reason
InterceptorInvocationResult.Failed. getReason()
Get the reason why the interceptor invocation failed.static InterceptorInvocationResult.Failed.Reason
InterceptorInvocationResult.Failed.Reason. valueOf(String name)
Returns the enum constant of this type with the specified name.static InterceptorInvocationResult.Failed.Reason[]
InterceptorInvocationResult.Failed.Reason. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.opencloud.slee.resources.sis.script.interceptors with parameters of type InterceptorInvocationResult.Failed.Reason Constructor Description Failed(InterceptorInvocationResult.Failed.Reason reason, String cause)
Create a new interceptor invocation failed result.
-