Package com.rabbitmq.stream
Class InvalidStateException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.rabbitmq.stream.StreamException
-
- com.rabbitmq.stream.InvalidStateException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ResourceClosedException
public class InvalidStateException extends StreamException
Exception thrown when a resource is not in an appropriate state.An example is a connection that is initializing.
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidStateException(String format, Object... args)
-
Method Summary
-
Methods inherited from class com.rabbitmq.stream.StreamException
getCode
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-