Class RxRuntimeException

  • All Implemented Interfaces:
    Serializable
    Direct Known Subclasses:
    ResumeFiberException

    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:
    Serialized Form
    • Constructor Detail

      • RxRuntimeException

        public RxRuntimeException​(String message,
                                  Throwable cause)
      • RxRuntimeException

        public RxRuntimeException​(String message)