public class UnsupportedDatabasePlatformException extends RuntimeException
Constructor and Description |
---|
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.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
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.Copyright © 2005–2014 The Kuali Foundation. All rights reserved.