Class PowerAuthActivationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- io.getlime.security.powerauth.rest.api.base.exception.PowerAuthActivationException
-
- All Implemented Interfaces:
java.io.Serializable
public class PowerAuthActivationException extends java.lang.ExceptionException related to processes during a new activation process.- Author:
- Petr Dvorak, petr@wultra.com
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PowerAuthActivationException()Default constructorPowerAuthActivationException(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 default error code, used for example in the REST response.
-