Package com.sun.xml.ws.rx
Class RxRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
jakarta.xml.ws.WebServiceException
com.sun.xml.ws.rx.RxRuntimeException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AbstractSoapFaultException,DuplicateSequenceException,InvalidSequenceException,PersistenceException,ResumeFiberException,RmSecurityException,TransactionException
public class RxRuntimeException
extends jakarta.xml.ws.WebServiceException
Represents all generally unrecoverable exceptions that may occur during RX runtime
processing
- Author:
- Marek Potociar (marek.potociar at sun.com)
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionRxRuntimeException(String message) RxRuntimeException(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
RxRuntimeException
-
RxRuntimeException
-