org.kuali.rice.krad.data.platform
Class UnsupportedDatabasePlatformException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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:
Serialized Form

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

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.


Copyright © 2005–2015 The Kuali Foundation. All rights reserved.