Class UnsupportedDatabasePlatformException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.kuali.rice.krad.data.platform.UnsupportedDatabasePlatformException
- All Implemented Interfaces:
Serializable
A runtime exception which indicates that an unsupported database platform was encountered.
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an unsupported database platform exception.Creates an unsupported database platform exception.UnsupportedDatabasePlatformException(String message, Throwable cause) Creates an unsupported database platform exception.Creates an unsupported database platform exception.UnsupportedDatabasePlatformException(DatabasePlatformInfo platformInfo) Creates an unsupported database platform exception. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UnsupportedDatabasePlatformException
public UnsupportedDatabasePlatformException()Creates an unsupported database platform exception. -
UnsupportedDatabasePlatformException
Creates an unsupported database platform exception.- Parameters:
platformInfo- the platform that was in exception.
-
UnsupportedDatabasePlatformException
Creates an unsupported database platform exception.- Parameters:
message- the message to throw.
-
UnsupportedDatabasePlatformException
Creates an unsupported database platform exception.- Parameters:
message- the message to throw.cause- the underlying stacktrace.
-
UnsupportedDatabasePlatformException
Creates an unsupported database platform exception.- Parameters:
cause- the underlying stacktrace.
-