com.openexchange.admin.rmi.exceptions
Class NoSuchDatabaseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.openexchange.admin.rmi.exceptions.NoSuchDatabaseException
All Implemented Interfaces:
Serializable

public class NoSuchDatabaseException
extends Exception

Thrown if a database doesn't exist in an operation.

Author:
Manuel Kraft, Carsten Hoeger, Dennis Sieben
See Also:
Serialized Form

Constructor Summary
NoSuchDatabaseException()
           
NoSuchDatabaseException(String message)
           
NoSuchDatabaseException(String message, Throwable cause)
           
NoSuchDatabaseException(Throwable cause)
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NoSuchDatabaseException

public NoSuchDatabaseException()

NoSuchDatabaseException

public NoSuchDatabaseException(String message)
Parameters:
message -

NoSuchDatabaseException

public NoSuchDatabaseException(Throwable cause)
Parameters:
cause -

NoSuchDatabaseException

public NoSuchDatabaseException(String message,
                               Throwable cause)
Parameters:
message -
cause -