com.sun.xml.ws.rm
Class RxException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.sun.xml.ws.rm.RxException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
AbstractRmSoapFault, CloseSequenceException, RmSecurityException, TerminateSequenceException

public class RxException
extends java.lang.Exception

Represents all exceptions that may possibly be recovered in the client code.

See Also:
Serialized Form

Constructor Summary
RxException(java.lang.String message)
           
RxException(java.lang.String message, java.lang.Throwable cause)
           
 
Method Summary
 
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

RxException

public RxException(java.lang.String message,
                   java.lang.Throwable cause)

RxException

public RxException(java.lang.String message)