Package storage

Class StorageException

  • All Implemented Interfaces:
    Serializable

    public class StorageException
    extends Exception
    This class represents the exception to be reported when an error occurs in Severo storage lib.
    Author:
    jmarti
    See Also:
    Serialized Form
    • Constructor Detail

      • StorageException

        public StorageException()
      • StorageException

        public StorageException​(Exception ex)
        Parameters:
        ex - base exception.
      • StorageException

        public StorageException​(String msg)
        Parameters:
        msg - Message explaining the exception.