Oracle Corporation

com.bea.wlcp.wlng.api.servicecorrelation
Class ExternalInvocationException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.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.

Constructor Summary
ExternalInvocationException(String s)
           
ExternalInvocationException(String s, Throwable e)
           
ExternalInvocationException(Throwable e)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ExternalInvocationException

public ExternalInvocationException(String s)

ExternalInvocationException

public ExternalInvocationException(String s,
                                   Throwable e)

ExternalInvocationException

public ExternalInvocationException(Throwable e)

Oracle Corporation