Class StorageException

  • All Implemented Interfaces:
    java.io.Serializable

    public class StorageException
    extends java.lang.RuntimeException
    An exception in the storage layer
    Since:
    2014-03-10
    See Also:
    Serialized Form
    • Method Detail

      • readException

        public static StorageException readException​(Path path,
                                                     java.lang.String message)
      • readException

        public static StorageException readException​(Path path,
                                                     java.lang.String message,
                                                     java.lang.Throwable cause)
      • updateException

        public static StorageException updateException​(Path path,
                                                       java.lang.String message)
      • updateException

        public static StorageException updateException​(Path path,
                                                       java.lang.String message,
                                                       java.lang.Throwable cause)
      • createException

        public static StorageException createException​(Path path,
                                                       java.lang.String message)
      • createException

        public static StorageException createException​(Path path,
                                                       java.lang.String message,
                                                       java.lang.Throwable cause)
      • deleteException

        public static StorageException deleteException​(Path path,
                                                       java.lang.String message)
      • deleteException

        public static StorageException deleteException​(Path path,
                                                       java.lang.String message,
                                                       java.lang.Throwable cause)
      • listException

        public static StorageException listException​(Path path,
                                                     java.lang.String message)
      • listException

        public static StorageException listException​(Path path,
                                                     java.lang.String message,
                                                     java.lang.Throwable cause)
      • getPath

        public Path getPath()