Class JwsException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.cxf.rs.security.jose.common.JoseException
-
- org.apache.cxf.rs.security.jose.jws.JwsException
-
- All Implemented Interfaces:
Serializable
public class JwsException extends JoseException
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classJwsException.Error
-
Constructor Summary
Constructors Constructor Description JwsException(JwsException.Error status)JwsException(JwsException.Error status, Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description JwsException.ErrorgetError()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
JwsException
public JwsException(JwsException.Error status)
-
JwsException
public JwsException(JwsException.Error status, Throwable cause)
-
-
Method Detail
-
getError
public JwsException.Error getError()
-
-