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 Details

    • StorageException

      public StorageException​(String message, Throwable cause)
      Create a storage exception.
      Parameters:
      message - What overall operation was being done
      cause - What caused the problem