com.bea.wlcp.wlng.api.servicecorrelation
Class ExternalInvocationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.bea.wlcp.wlng.api.servicecorrelation.ExternalInvocationException
- All Implemented Interfaces:
- Serializable
- public class ExternalInvocationException
- extends Exception
Used to wrap errors that come from the ExternalInvocation
implementation class.
If this Exception is thrown the event will be denied.
- See Also:
- Serialized Form
- Copyright © 2008 Oracle Corporation Systems, Inc. All Rights Reserved.
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ExternalInvocationException
public ExternalInvocationException(String s)
ExternalInvocationException
public ExternalInvocationException(String s,
Throwable e)
ExternalInvocationException
public ExternalInvocationException(Throwable e)