com.openexchange.admin.rmi.exceptions
Class NoSuchFilestoreException

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

public class NoSuchFilestoreException
extends Exception

Thrown if a filestore doesn't exist in an operation

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

Constructor Summary
NoSuchFilestoreException()
           
NoSuchFilestoreException(String message)
           
NoSuchFilestoreException(String message, Throwable cause)
           
NoSuchFilestoreException(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

NoSuchFilestoreException

public NoSuchFilestoreException()

NoSuchFilestoreException

public NoSuchFilestoreException(String message)
Parameters:
message -

NoSuchFilestoreException

public NoSuchFilestoreException(Throwable cause)
Parameters:
cause -

NoSuchFilestoreException

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