Uses of Enum Class
se.swedenconnect.opensaml.sweid.saml2.signservice.SADValidationException.ErrorCode
Package
Description
SAML support for Signature Services according to the Swedish eID Framework.
-
Uses of SADValidationException.ErrorCode in se.swedenconnect.opensaml.sweid.saml2.signservice
Modifier and TypeMethodDescriptionSADValidationException.getErrorCode()
Returns the error code.Returns the enum constant of this class with the specified name.static SADValidationException.ErrorCode[]
SADValidationException.ErrorCode.values()
Returns an array containing the constants of this enum class, in the order they are declared.ModifierConstructorDescriptionSADValidationException
(SADValidationException.ErrorCode errorCode, String message) Constructor assigning the error code and error message.SADValidationException
(SADValidationException.ErrorCode errorCode, String message, Throwable cause) Constructor assigning the error code, the error message and the cause of the error.