Class SnapshotReadException

    • Constructor Detail

      • SnapshotReadException

        public SnapshotReadException​(Throwable cause)
        Constructs a new exception.
        Parameters:
        cause - the cause, may be null
      • SnapshotReadException

        public SnapshotReadException​(String message)
        Constructs a new exception.
        Parameters:
        message - the message, may be null
      • SnapshotReadException

        public SnapshotReadException​(String message,
                                     FzipException cause)
        Constructs a new exception.
        Parameters:
        message - the message, may be null
        cause - the cause, may be null