Uses of Enum Class
org.apache.cxf.rs.security.jose.jwe.JweException.Error
Packages that use JweException.Error
-
Uses of JweException.Error in org.apache.cxf.rs.security.jose.jwe
Methods in org.apache.cxf.rs.security.jose.jwe that return JweException.ErrorModifier and TypeMethodDescriptionJweException.getError()static JweException.ErrorReturns the enum constant of this class with the specified name.static JweException.Error[]JweException.Error.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.apache.cxf.rs.security.jose.jwe with parameters of type JweException.ErrorModifierConstructorDescriptionJweException(JweException.Error status) JweException(JweException.Error status, Throwable cause)