Class 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:
  • Constructor Details

    • RxException

      public RxException(String message, Throwable cause)
    • RxException

      public RxException(String message)