Class UnsupportedDatabaseOperationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.flectone.pulse.exception.UnsupportedDatabaseOperationException
All Implemented Interfaces:
Serializable

public class UnsupportedDatabaseOperationException extends RuntimeException
Thrown to indicate that the requested database operation is not supported by the current SQL dialect.
Since:
1.10.0
See Also:
  • Constructor Details

    • UnsupportedDatabaseOperationException

      public UnsupportedDatabaseOperationException()
      Creates the exception for an operation the selected database cannot perform.