Class EventServerNotAvailable

All Implemented Interfaces:
Serializable, scala.Equals, scala.Product

public class EventServerNotAvailable extends RuntimeException implements scala.Product, Serializable
An exception representing unavailability of underlying server in case of publishing or subscribing

param: cause Underlying exception to determine cause of server unavailability

See Also:
  • Constructor Details

    • EventServerNotAvailable

      public EventServerNotAvailable(Throwable cause)
  • Method Details

    • apply

      public abstract static R apply(T1 v1)
    • toString

      public static String toString()
    • cause

      public Throwable cause()