Class ProtocolNonConformanceException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- java.lang.IllegalStateException
-
- hu.akarnokd.rxjava3.debug.validator.ProtocolNonConformanceException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
MultipleOnSubscribeCallsException,MultipleTerminationsException,NullOnErrorParameterException,NullOnNextParameterException,NullOnSubscribeParameterException,NullOnSuccessParameterException,OnNextAfterTerminationException,OnSubscribeNotCalledException,OnSuccessAfterTerminationException
public abstract class ProtocolNonConformanceException extends IllegalStateException
Base exception type indicating a failure in conforming the Reactive-Streams or derived protocol.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ProtocolNonConformanceException()ProtocolNonConformanceException(String s)ProtocolNonConformanceException(String message, Throwable cause)ProtocolNonConformanceException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ProtocolNonConformanceException
public ProtocolNonConformanceException()
-
ProtocolNonConformanceException
public ProtocolNonConformanceException(String message, Throwable cause)
-
ProtocolNonConformanceException
public ProtocolNonConformanceException(String s)
-
ProtocolNonConformanceException
public ProtocolNonConformanceException(Throwable cause)
-
-