Class PowerAuthUpgradeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- io.getlime.security.powerauth.rest.api.base.exception.PowerAuthUpgradeException
-
- All Implemented Interfaces:
java.io.Serializable
public class PowerAuthUpgradeException extends java.lang.ExceptionException raised in case PowerAuth upgrade fails.- Author:
- Roman Strobl, roman.strobl@wultra.com
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PowerAuthUpgradeException()Default constructor.PowerAuthUpgradeException(java.lang.String message)Constructor with a custom error message.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetDefaultCode()Get the default error code, used for example in REST response.
-