Class RequestSigningException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.akamai.edgegrid.signer.exceptions.RequestSigningException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
NoMatchingCredentialException

public class RequestSigningException extends Exception
Exception representing errors during request signing.
Author:
[email protected]
See Also:
  • Constructor Details

    • RequestSigningException

      public RequestSigningException()
    • RequestSigningException

      public RequestSigningException(String message)
    • RequestSigningException

      public RequestSigningException(Throwable t)
    • RequestSigningException

      public RequestSigningException(String message, Throwable t)