Class NeptuneSigV4SignerException

  • All Implemented Interfaces:
    Serializable

    public class NeptuneSigV4SignerException
    extends Exception
    Exception indicating a problem related to the NeptuneSigV4Signer implementation or its usage at runtime (e.g., the signing process itself).
    Author:
    schmdtm
    See Also:
    Serialized Form
    • Constructor Detail

      • NeptuneSigV4SignerException

        public NeptuneSigV4SignerException​(String msg)
        Constructor.
        Parameters:
        msg - message explaining the exception cause in detail
      • NeptuneSigV4SignerException

        public NeptuneSigV4SignerException​(Throwable cause)
        Constructor.
        Parameters:
        cause - the root cause of the exception
      • NeptuneSigV4SignerException

        public NeptuneSigV4SignerException​(String msg,
                                           Throwable cause)
        Constructor.
        Parameters:
        msg - message explaining the exception cause in detail
        cause - the root cause of the exception