Package org.cyclos.model
Class StoredFileException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.cyclos.model.CyclosException
-
- org.cyclos.model.FrameworkException
-
- org.cyclos.model.DataAccessException
-
- org.cyclos.model.StoredFileException
-
- All Implemented Interfaces:
Serializable
public class StoredFileException extends DataAccessException
Exception thrown when trying to retrieve/store files from/to the file storage.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description StoredFileException()StoredFileException(String message)StoredFileException(String message, Throwable cause)StoredFileException(Throwable cause)
-
Method Summary
-
Methods inherited from class org.cyclos.model.CyclosException
getAttribute, getMessage, setAttribute, shouldGenerateLog
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-