Class StorageNotFoundException

  • All Implemented Interfaces:
    java.io.Serializable

    public class StorageNotFoundException
    extends MsgException
    Exception raised when looking for a non-existing storage.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      StorageNotFoundException()
      Constructs an StorageNotFoundException without a detail message.
      StorageNotFoundException​(java.lang.String s)
      Constructs an StorageNotFoundException with a detail message.
    • 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

      • StorageNotFoundException

        public StorageNotFoundException()
        Constructs an StorageNotFoundException without a detail message.
      • StorageNotFoundException

        public StorageNotFoundException​(java.lang.String s)
        Constructs an StorageNotFoundException with a detail message.