Class UnexpectedAccessToTheDatabase
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.hibernate.reactive.event.impl.UnexpectedAccessToTheDatabase
- All Implemented Interfaces:
Serializable
For situation where we don't excpect to access the database,
For Reactive, this usually means that we are returning a CompletionStage
and we are not ready to handle it.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UnexpectedAccessToTheDatabase
public UnexpectedAccessToTheDatabase() -
UnexpectedAccessToTheDatabase
-