public class JweException extends JoseException
Modifier and Type | Class and Description |
---|---|
static class |
JweException.Error |
Constructor and Description |
---|
JweException(JweException.Error status) |
JweException(JweException.Error status,
Throwable cause) |
Modifier and Type | Method and Description |
---|---|
JweException.Error |
getError() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public JweException(JweException.Error status)
public JweException(JweException.Error status, Throwable cause)
public JweException.Error getError()
Apache CXF