org.apache.cxf.rs.security.jose.jwe
Class JweException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.cxf.rs.security.jose.JoseException
org.apache.cxf.rs.security.jose.jwe.JweException
- All Implemented Interfaces:
- Serializable
public class JweException
- extends JoseException
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
JweException
public JweException(JweException.Error status)
JweException
public JweException(JweException.Error status,
Throwable cause)
getError
public JweException.Error getError()
Apache CXF