Class PowerAuthSignatureTypeInvalidException
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.PowerAuthSignatureTypeInvalidException
- All Implemented Interfaces:
Serializable
public class PowerAuthSignatureTypeInvalidException extends PowerAuthAuthenticationException
Exception raised in case PowerAuth signature type is invalid.
- Author:
- Roman Strobl, roman.strobl@wultra.com
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description PowerAuthSignatureTypeInvalidException()Default constructorPowerAuthSignatureTypeInvalidException(String message)Constructor with a custom error messagePowerAuthSignatureTypeInvalidException(Throwable cause)Constructor with a cause. -
Method Summary
Modifier and Type Method Description StringgetDefaultCode()Get the default error code, used for example in REST response.Methods inherited from class io.getlime.security.powerauth.rest.api.spring.exception.PowerAuthAuthenticationException
getDefaultErrorMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
PowerAuthSignatureTypeInvalidException
public PowerAuthSignatureTypeInvalidException()Default constructor -
PowerAuthSignatureTypeInvalidException
Constructor with a custom error message- Parameters:
message- Error message
-
PowerAuthSignatureTypeInvalidException
Constructor with a cause.- Parameters:
cause- Error cause.
-
-
Method Details
-
getDefaultCode
Get the default error code, used for example in REST response.- Overrides:
getDefaultCodein classPowerAuthAuthenticationException- Returns:
- Default error code.
-