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.Exception
Exception 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
Modifier and Type Method Description java.lang.StringgetDefaultCode()Get default error code, used for example in the REST response.Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
PowerAuthActivationException
public PowerAuthActivationException()Default constructor -
PowerAuthActivationException
public PowerAuthActivationException(java.lang.String message)Constructor with a custom error message- Parameters:
message- Error message
-
-
Method Details
-
getDefaultCode
public java.lang.String getDefaultCode()Get default error code, used for example in the REST response.- Returns:
- Default error code.
-