Class StreamSubscriptionRejectedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.tick42.glue.core.GlueException
com.tick42.glue.core.interop.stream.publish.StreamSubscriptionRejectedException
All Implemented Interfaces:
Serializable

public final class StreamSubscriptionRejectedException extends GlueException
Exception indicating that a subscription request was rejected by a handler.
See Also:
  • Constructor Details

    • StreamSubscriptionRejectedException

      public StreamSubscriptionRejectedException(String reason, Instance caller)
  • Method Details

    • getReason

      public String getReason()
    • getCaller

      public Instance getCaller()