com.sun.xml.ws.rx
Class RxException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
RxException
public RxException(String message,
Throwable cause)
RxException
public RxException(String message)
Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.