Class PowerAuthRecoveryConfirmationException

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

public class PowerAuthRecoveryConfirmationException
extends PowerAuthAuthenticationException
Exception raised in case PowerAuth recovery confirmation fails with an error.
Author:
Roman Strobl, roman.strobl@wultra.com
See Also:
Serialized Form
  • Constructor Details

    • PowerAuthRecoveryConfirmationException

      public PowerAuthRecoveryConfirmationException()
      Default constructor
    • PowerAuthRecoveryConfirmationException

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

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