com.sun.xml.ws.rx
Class RxRuntimeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by javax.xml.ws.WebServiceException
                  extended by com.sun.xml.ws.rx.RxRuntimeException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AbstractSoapFaultException, DuplicateSequenceException, InvalidSequenceException, PersistenceException, ResumeFiberException, RmSecurityException, TransactionException

public class RxRuntimeException
extends WebServiceException

Represents all generally unrecoverable exceptions that may occur during RX runtime processing

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

Constructor Summary
RxRuntimeException(String message)
           
RxRuntimeException(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

RxRuntimeException

public RxRuntimeException(String message,
                          Throwable cause)

RxRuntimeException

public RxRuntimeException(String message)


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