Uses of Class
se.litsec.swedisheid.opensaml.saml2.signservice.SADValidationException.ErrorCode
-
Packages that use SADValidationException.ErrorCode Package Description se.litsec.swedisheid.opensaml.saml2.signservice SAML support for Signature Services according to the Swedish eID Framework. -
-
Uses of SADValidationException.ErrorCode in se.litsec.swedisheid.opensaml.saml2.signservice
Methods in se.litsec.swedisheid.opensaml.saml2.signservice that return SADValidationException.ErrorCode Modifier and Type Method Description SADValidationException.ErrorCodeSADValidationException. getErrorCode()Returns the error code.static SADValidationException.ErrorCodeSADValidationException.ErrorCode. valueOf(String name)Returns the enum constant of this type with the specified name.static SADValidationException.ErrorCode[]SADValidationException.ErrorCode. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in se.litsec.swedisheid.opensaml.saml2.signservice with parameters of type SADValidationException.ErrorCode Constructor Description SADValidationException(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.
-