| Package | Description | 
|---|---|
| org.apache.cxf.rs.security.jose.jwe | 
| Modifier and Type | Method and Description | 
|---|---|
JweException.Error | 
JweException.getError()  | 
static JweException.Error | 
JweException.Error.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static JweException.Error[] | 
JweException.Error.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Constructor and Description | 
|---|
JweException(JweException.Error status)  | 
JweException(JweException.Error status,
            Throwable cause)  | 
Apache CXF