Class InvalidSignatureException

  • All Implemented Interfaces:
    java.io.Serializable

    public class InvalidSignatureException
    extends java.lang.Exception
    An exception thrown when storing a product already in storage.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      InvalidSignatureException​(java.lang.String message)
      Construct a new StorageException object.
      InvalidSignatureException​(java.lang.String message, java.lang.Throwable cause)
      Construct a new StorageException object.
    • 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

      • InvalidSignatureException

        public InvalidSignatureException​(java.lang.String message)
        Construct a new StorageException object.
        Parameters:
        message - description of exception.
      • InvalidSignatureException

        public InvalidSignatureException​(java.lang.String message,
                                         java.lang.Throwable cause)
        Construct a new StorageException object.
        Parameters:
        message - description of exception
        cause - the exception that caused this exception.