| Package | Description |
|---|---|
| org.apache.cxf.rs.security.jose.jws |
| Modifier and Type | Method and Description |
|---|---|
JwsException.Error |
JwsException.getError() |
static JwsException.Error |
JwsException.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.
|
| Constructor and Description |
|---|
JwsException(JwsException.Error status) |
JwsException(JwsException.Error status,
Throwable cause) |
Apache CXF