Class PowerAuthHeaderMissingException

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.PowerAuthHeaderMissingException
All Implemented Interfaces:
Serializable

public class PowerAuthHeaderMissingException
extends PowerAuthAuthenticationException
Exception raised in case PowerAuth HTTP header is missing.
Author:
Roman Strobl, roman.strobl@wultra.com
See Also:
Serialized Form
  • Constructor Details

    • PowerAuthHeaderMissingException

      public PowerAuthHeaderMissingException()
      Default constructor
    • PowerAuthHeaderMissingException

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

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