Class InvalidSignatureException

All Implemented Interfaces:
Serializable

public class InvalidSignatureException extends StreamException
Exception thrown when something unexpected is encountered in verifying a signature.
See Also:
  • Constructor Details

    • InvalidSignatureException

      public InvalidSignatureException(String msg)
      Base constructor.
      Parameters:
      msg - a message concerning the exception.
    • InvalidSignatureException

      public InvalidSignatureException(String msg, Throwable cause)
      Constructor when this exception is due to another one.
      Parameters:
      msg - a message concerning the exception.
      cause - the exception that caused this exception to be thrown.