Uses of Enum Class
se.swedenconnect.opensaml.sweid.saml2.signservice.SADValidationException.ErrorCode
Packages that use 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
Methods in se.swedenconnect.opensaml.sweid.saml2.signservice that return SADValidationException.ErrorCodeModifier 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.Constructors in se.swedenconnect.opensaml.sweid.saml2.signservice with parameters of type SADValidationException.ErrorCodeModifierConstructorDescriptionSADValidationException
(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.