Class UnsupportedDatabaseOperationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.flectone.pulse.exception.UnsupportedDatabaseOperationException
- All Implemented Interfaces:
Serializable
Thrown to indicate that the requested database operation is not supported
by the current SQL dialect.
- Since:
- 1.10.0
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates the exception for an operation the selected database cannot perform. -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UnsupportedDatabaseOperationException
public UnsupportedDatabaseOperationException()Creates the exception for an operation the selected database cannot perform.
-