UnsupportedSubscriptionException
scalus.cardano.infra.UnsupportedSubscriptionException
class UnsupportedSubscriptionException(val reason: String) extends RuntimeException
Exceptions raised by streaming subscriptions.
Two channels, deliberately distinct:
- UnsupportedSubscriptionException is an argument error. It is thrown synchronously from
subscribeXxx, at the call site that caused it, before any registration happens. - The others are runtime failures. They surface through the stream's failure channel — a failed
FuturefromScalusAsyncSource.pull()— because by then the subscription exists and the caller is consuming it.
Attributes
- Graph
-
- Supertypes
-
class RuntimeExceptionclass Exceptionclass Throwabletrait Serializableclass Objecttrait Matchableclass AnyShow all
Members list
Value members
Inherited methods
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
Returns a string representation of the object.
Returns a string representation of the object.
The default representation is platform dependent.
Attributes
- Returns
-
a string representation of the object.
- Inherited from:
- Throwable
Concrete fields
In this article