|
Apache CXF API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception java.lang.RuntimeException org.apache.cxf.common.i18n.UncheckedException org.apache.cxf.ws.security.trust.TrustException
public class TrustException
Field Summary |
---|
Fields inherited from class org.apache.cxf.common.i18n.UncheckedException |
---|
message |
Constructor Summary | |
---|---|
TrustException(Logger log,
String msg,
Object... params)
|
|
TrustException(Message msg)
|
|
TrustException(Message msg,
Throwable t)
|
|
TrustException(String msg,
Logger log)
|
|
TrustException(String msg,
Logger log,
Throwable t)
|
|
TrustException(Throwable cause)
|
Method Summary |
---|
Methods inherited from class org.apache.cxf.common.i18n.UncheckedException |
---|
getCode, getMessage |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public TrustException(Message msg)
msg
- public TrustException(Message msg, Throwable t)
msg
- t
- public TrustException(Logger log, String msg, Object... params)
msg
- t
- public TrustException(Throwable cause)
cause
- public TrustException(String msg, Logger log)
public TrustException(String msg, Logger log, Throwable t)
|
Apache CXF API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |