Class JweException
- 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.jwe.JweException
-
- All Implemented Interfaces:
Serializable
public class JweException extends JoseException
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classJweException.Error
-
Constructor Summary
Constructors Constructor Description JweException(JweException.Error status)JweException(JweException.Error status, Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description JweException.ErrorgetError()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
JweException
public JweException(JweException.Error status)
-
JweException
public JweException(JweException.Error status, Throwable cause)
-
-
Method Detail
-
getError
public JweException.Error getError()
-
-