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