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