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

public class UnsupportedDatabasePlatformException extends RuntimeException
A runtime exception which indicates that an unsupported database platform was encountered.
Author:
Kuali Rice Team (rice.collab@kuali.org)
See Also:
  • Constructor Details

    • UnsupportedDatabasePlatformException

      public UnsupportedDatabasePlatformException()
      Creates an unsupported database platform exception.
    • UnsupportedDatabasePlatformException

      public UnsupportedDatabasePlatformException(DatabasePlatformInfo platformInfo)
      Creates an unsupported database platform exception.
      Parameters:
      platformInfo - the platform that was in exception.
    • UnsupportedDatabasePlatformException

      public UnsupportedDatabasePlatformException(String message)
      Creates an unsupported database platform exception.
      Parameters:
      message - the message to throw.
    • UnsupportedDatabasePlatformException

      public UnsupportedDatabasePlatformException(String message, Throwable cause)
      Creates an unsupported database platform exception.
      Parameters:
      message - the message to throw.
      cause - the underlying stacktrace.
    • UnsupportedDatabasePlatformException

      public UnsupportedDatabasePlatformException(Throwable cause)
      Creates an unsupported database platform exception.
      Parameters:
      cause - the underlying stacktrace.