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:
- java.io.Serializable
public class NoSuchFilestoreException
- extends java.lang.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 |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
NoSuchFilestoreException
public NoSuchFilestoreException()
NoSuchFilestoreException
public NoSuchFilestoreException(java.lang.String message)
- Parameters:
message
-
NoSuchFilestoreException
public NoSuchFilestoreException(java.lang.Throwable cause)
- Parameters:
cause
-
NoSuchFilestoreException
public NoSuchFilestoreException(java.lang.String message,
java.lang.Throwable cause)
- Parameters:
message
- cause
-