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 ahandler.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description StreamSubscriptionRejectedException(String reason, Instance caller)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InstancegetCaller()StringgetReason()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-