Class ReactivePostgresSessionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.andreaskluth.session.postgres.ReactivePostgresSessionException
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
DeserializationException
,SerializationException
public class ReactivePostgresSessionException
extends java.lang.RuntimeException
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description ReactivePostgresSessionException(java.lang.String message)
ReactivePostgresSessionException(java.lang.String message, java.lang.Throwable throwable)
ReactivePostgresSessionException(java.lang.Throwable throwable)
-
Method Summary
-
Constructor Details
-
ReactivePostgresSessionException
public ReactivePostgresSessionException(java.lang.Throwable throwable) -
ReactivePostgresSessionException
public ReactivePostgresSessionException(java.lang.String message) -
ReactivePostgresSessionException
public ReactivePostgresSessionException(java.lang.String message, java.lang.Throwable throwable)
-