public class TrustException
extends org.apache.cxf.common.i18n.UncheckedException
| Constructor and Description |
|---|
TrustException(Logger log,
String msg,
Object... params) |
TrustException(org.apache.cxf.common.i18n.Message msg) |
TrustException(org.apache.cxf.common.i18n.Message msg,
Throwable t) |
TrustException(String msg,
Logger log) |
TrustException(String msg,
Throwable t,
Logger log) |
TrustException(Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic TrustException(org.apache.cxf.common.i18n.Message msg)
msg - public TrustException(org.apache.cxf.common.i18n.Message msg,
Throwable t)
msg - t - public TrustException(Logger log, String msg, Object... params)
msg - t - public TrustException(Throwable cause)
cause - Apache CXF