org.mmbase.storage.database
Class UnsupportedDatabaseOperationException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byorg.mmbase.storage.StorageException
                  extended byorg.mmbase.storage.database.UnsupportedDatabaseOperationException
All Implemented Interfaces:
java.io.Serializable

Deprecated. This code is scheduled for removal once MMBase has been fully converted to the new StorageManager implementation.

public class UnsupportedDatabaseOperationException
extends StorageException

Unsupported Database Operation exception. This exception is thrown when the database support layer is unable to perform an operation due to the limitations of the database used.

Since:
MMBase-1.6
Version:
$Id: UnsupportedDatabaseOperationException.java,v 1.3 2004/01/27 12:04:47 pierre Exp $
Author:
Pierre van Rooden
See Also:
Serialized Form

Constructor Summary
UnsupportedDatabaseOperationException()
          Deprecated.  
UnsupportedDatabaseOperationException(java.lang.String message)
          Deprecated.  
UnsupportedDatabaseOperationException(java.lang.String message, java.lang.Throwable cause)
          Deprecated.  
UnsupportedDatabaseOperationException(java.lang.Throwable cause)
          Deprecated.  
 
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

UnsupportedDatabaseOperationException

public UnsupportedDatabaseOperationException()
Deprecated. 

UnsupportedDatabaseOperationException

public UnsupportedDatabaseOperationException(java.lang.String message)
Deprecated. 

UnsupportedDatabaseOperationException

public UnsupportedDatabaseOperationException(java.lang.Throwable cause)
Deprecated. 

UnsupportedDatabaseOperationException

public UnsupportedDatabaseOperationException(java.lang.String message,
                                             java.lang.Throwable cause)
Deprecated. 


MMBase build 1.7.1.20041002