|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception java.lang.RuntimeException org.kuali.rice.krad.data.platform.UnsupportedDatabasePlatformException
public class UnsupportedDatabasePlatformException
A runtime exception which indicates that an unsupported database platform was encountered.
Constructor Summary | |
---|---|
UnsupportedDatabasePlatformException()
Creates an unsupported database platform exception. |
|
UnsupportedDatabasePlatformException(DatabasePlatformInfo platformInfo)
Creates an unsupported database platform exception. |
|
UnsupportedDatabasePlatformException(String message)
Creates an unsupported database platform exception. |
|
UnsupportedDatabasePlatformException(String message,
Throwable cause)
Creates an unsupported database platform exception. |
|
UnsupportedDatabasePlatformException(Throwable cause)
Creates an unsupported database platform exception. |
Method Summary |
---|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public UnsupportedDatabasePlatformException()
public UnsupportedDatabasePlatformException(DatabasePlatformInfo platformInfo)
platformInfo
- the platform that was in exception.public UnsupportedDatabasePlatformException(String message)
message
- the message to throw.public UnsupportedDatabasePlatformException(String message, Throwable cause)
message
- the message to throw.cause
- the underlying stacktrace.public UnsupportedDatabasePlatformException(Throwable cause)
cause
- the underlying stacktrace.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |