Class EventStreamException

  • All Implemented Interfaces:
    Serializable

    public class EventStreamException
    extends Exception
    Exception specific to the Event Stream module.
    Since:
    9.2RC1
    Version:
    $Id: ee81b7f6cffa11a6700cf119c0d0aeb8710680cf $
    See Also:
    Serialized Form
    • Constructor Detail

      • EventStreamException

        public EventStreamException()
        Construct an EventStreamException.
      • EventStreamException

        public EventStreamException​(String message)
        Constructs a new exception with the specified detail message. The cause is not initialized, and may subsequently be initialized by a call to Throwable.initCause(Throwable).
        Parameters:
        message - the detail message (which is saved for later retrieval by the Throwable.getMessage() method)
      • EventStreamException

        public EventStreamException​(Throwable cause)
        Parameters:
        cause - the cause (which is saved for later retrieval by the Throwable.getCause() method). A null value is permitted, and indicates that the cause is nonexistent or unknown
      • EventStreamException

        public EventStreamException​(String message,
                                    Throwable cause)
        Constructs a new exception with the specified detail message and cause.
        Parameters:
        message - the detail message (which is saved for later retrieval by the Throwable.getMessage() method)
        cause - the cause (which is saved for later retrieval by the Throwable.getCause() method). A null value is permitted, and indicates that the cause is nonexistent or unknown