Class StorageException

  • All Implemented Interfaces:
    java.io.Serializable

    public class StorageException
    extends java.lang.Exception
    Author:
    Maksim Tkachenko
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      StorageException​(java.lang.String message)
      Constructs a storage exception with a message.
      StorageException​(java.lang.String message, java.lang.Throwable cause)
      Constructs a storage exception with a message and a cause.
      StorageException​(java.lang.Throwable cause)
      Constructs a storage exception with a cause.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • StorageException

        public StorageException​(java.lang.String message)
        Constructs a storage exception with a message.
        Parameters:
        message - A message about the exception
      • StorageException

        public StorageException​(java.lang.String message,
                                java.lang.Throwable cause)
        Constructs a storage exception with a message and a cause.
        Parameters:
        message - A message about the exception
        cause - The cause of the exception
      • StorageException

        public StorageException​(java.lang.Throwable cause)
        Constructs a storage exception with a cause.
        Parameters:
        cause - The cause of the exception