com.sun.xml.ws.rx
Class RxException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.sun.xml.ws.rx.RxException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
CloseSequenceException, DuplicateMessageRegistrationException, OutOfOrderMessageException, TerminateSequenceException

public class RxException
extends Exception

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

Author:
Marek Potociar (marek.potociar at sun.com)
See Also:
Serialized Form

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

RxException

public RxException(String message)


Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.