Class StorageException
java.lang.Object
java.lang.Throwable
java.lang.Exception
uk.ac.manchester.spinnaker.storage.StorageException
- All Implemented Interfaces:
Serializable
public class StorageException extends Exception
Exceptions caused by the storage system.
- Author:
- Donal Fellows
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description StorageException(String message, Throwable cause)
Create a storage exception. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
StorageException
Create a storage exception.- Parameters:
message
- What overall operation was being donecause
- What caused the problem
-