Class PowerAuthSignatureTypeInvalidException

java.lang.Object
java.lang.Throwable
java.lang.Exception
io.getlime.security.powerauth.rest.api.spring.exception.PowerAuthAuthenticationException
io.getlime.security.powerauth.rest.api.spring.exception.authentication.PowerAuthSignatureTypeInvalidException
All Implemented Interfaces:
Serializable

public class PowerAuthSignatureTypeInvalidException
extends PowerAuthAuthenticationException
Exception raised in case PowerAuth signature type is invalid.
Author:
Roman Strobl, roman.strobl@wultra.com
See Also:
Serialized Form
  • Constructor Details

    • PowerAuthSignatureTypeInvalidException

      public PowerAuthSignatureTypeInvalidException()
      Default constructor
    • PowerAuthSignatureTypeInvalidException

      public PowerAuthSignatureTypeInvalidException​(String message)
      Constructor with a custom error message
      Parameters:
      message - Error message
    • PowerAuthSignatureTypeInvalidException

      public PowerAuthSignatureTypeInvalidException​(Throwable cause)
      Constructor with a cause.
      Parameters:
      cause - Error cause.
  • Method Details