Class StorageIOException

  • All Implemented Interfaces:
    Serializable

    public class StorageIOException
    extends RuntimeException
    Thrown if writing/reading goes wrong.

    E.g. file is not found.

    Since:
    1.0
    Author:
    Michael Stocker
    See Also:
    Serialized Form
    • Constructor Detail

      • StorageIOException

        public StorageIOException​(String message)
      • StorageIOException

        public StorageIOException​(Throwable cause)
      • StorageIOException

        public StorageIOException​(String message,
                                  Throwable cause)