Package net.andreaskluth.session.core
Class ReactiveSessionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- net.andreaskluth.session.core.ReactiveSessionException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
DeserializationException,SerializationException
public class ReactiveSessionException extends RuntimeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ReactiveSessionException(String message)ReactiveSessionException(String message, Throwable throwable)ReactiveSessionException(Throwable throwable)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-