All Implemented Interfaces:
Serializable

public class HttpSignatureException extends SecurityException
Exception from HTTP signatures provider.
See Also:
  • Constructor Details

    • HttpSignatureException

      public HttpSignatureException(String message)
      Create a new exception with message.
      Parameters:
      message - descriptive message
    • HttpSignatureException

      public HttpSignatureException(Exception e)
      Create a new exception with a cause.
      Parameters:
      e - cause