com.openexchange.admin.rmi.exceptions
Class NoSuchFilestoreException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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
-