org.apache.cxf.rs.security.jose.jws
Class JwsException
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.jws.JwsException
- All Implemented Interfaces:
- Serializable
public class JwsException
- extends JoseException
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
JwsException
public JwsException(JwsException.Error status)
JwsException
public JwsException(JwsException.Error status,
Throwable cause)
getError
public JwsException.Error getError()
Apache CXF