Class UnexpectedAccessToTheDatabase

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.hibernate.reactive.event.impl.UnexpectedAccessToTheDatabase
All Implemented Interfaces:
Serializable

public class UnexpectedAccessToTheDatabase extends RuntimeException
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 Details

    • UnexpectedAccessToTheDatabase

      public UnexpectedAccessToTheDatabase()
    • UnexpectedAccessToTheDatabase

      public UnexpectedAccessToTheDatabase(String message)