com.bea.wsrp.faults
Class InvalidHandleException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by java.rmi.RemoteException
                  extended by com.bea.wsrp.faults.TransportException
                      extended by com.bea.wsrp.faults.InvalidHandleException
All Implemented Interfaces
Serializable, Cloneable

public abstract class InvalidHandleException
extends TransportException

This exception is thrown when the consumer supplies an invalid handle.

See Also
Serialized Form
This abstract class is intended to be implemented only by BEA Weblogic Portal.BEA Systems reserves the right to add abstract methods to this abstract class without notice. Extensions of this abstract class by other parties must not be expected to compile without change in future versions of BEA Weblogic Portal.

Field Summary
static String faultType
           
 
Fields inherited from class java.rmi.RemoteException
detail
 
Constructor Summary
  InvalidHandleException()
           
  InvalidHandleException(String message)
           
protected InvalidHandleException(String message, Throwable cause)
           
 
Method Summary
 String faultType()
           
 XmlObject getFaultElement()
           
 
Methods inherited from class com.bea.wsrp.faults.TransportException
clone, getFault, getFaultCode, getMessage, initCause, setFault
 
Methods inherited from class java.rmi.RemoteException
getCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getStackTrace, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

faultType

public static final String faultType
See Also
Constants Summary
Constructor Detail

InvalidHandleException

public InvalidHandleException()

InvalidHandleException

public InvalidHandleException(String message)

InvalidHandleException

protected InvalidHandleException(String message,
                                 Throwable cause)
Method Detail

faultType

public String faultType()
Overrides:
faultType in class TransportException

getFaultElement

public XmlObject getFaultElement()
Overrides:
getFaultElement in class TransportException


Copyright © 2006 BEA Systems, Inc. All Rights Reserved