Uses of Class
org.apache.cxf.rs.security.jose.jws.JwsException.Error
-
Packages that use JwsException.Error Package Description org.apache.cxf.rs.security.jose.jws -
-
Uses of JwsException.Error in org.apache.cxf.rs.security.jose.jws
Methods in org.apache.cxf.rs.security.jose.jws that return JwsException.Error Modifier and Type Method Description JwsException.ErrorJwsException. getError()static JwsException.ErrorJwsException.Error. valueOf(String name)Returns 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.Error Constructor Description JwsException(JwsException.Error status)JwsException(JwsException.Error status, Throwable cause)
-