Class InvalidStreamsStateException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.streamthoughts.azkarra.api.errors.AzkarraException
-
- io.streamthoughts.azkarra.api.errors.InvalidStreamsStateException
-
- All Implemented Interfaces:
Serializable
public class InvalidStreamsStateException extends AzkarraException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidStreamsStateException(String message)
Creates a newInvalidStreamsStateException
instance.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
InvalidStreamsStateException
public InvalidStreamsStateException(String message)
Creates a newInvalidStreamsStateException
instance.- Parameters:
message
- the error message.
-
-