public class UnsupportedDatabaseException
extends java.lang.RuntimeException
Modifier | Constructor and Description |
---|---|
|
UnsupportedDatabaseException() |
|
UnsupportedDatabaseException(java.lang.String message) |
|
UnsupportedDatabaseException(java.lang.String message,
java.lang.Throwable cause) |
protected |
UnsupportedDatabaseException(java.lang.String message,
java.lang.Throwable cause,
boolean enableSuppression,
boolean writableStackTrace) |
|
UnsupportedDatabaseException(java.lang.Throwable cause) |
public UnsupportedDatabaseException()
public UnsupportedDatabaseException(java.lang.String message)
public UnsupportedDatabaseException(java.lang.String message, java.lang.Throwable cause)
public UnsupportedDatabaseException(java.lang.Throwable cause)
protected UnsupportedDatabaseException(java.lang.String message, java.lang.Throwable cause, boolean enableSuppression, boolean writableStackTrace)