Package org.apache.cxf.ws.security.trust
Class TrustException
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
- All Implemented Interfaces:
Serializable
public class TrustException
extends org.apache.cxf.common.i18n.UncheckedException
- See Also:
-
Field Summary
Fields inherited from class org.apache.cxf.common.i18n.UncheckedException
message -
Constructor Summary
ConstructorsConstructorDescriptionTrustException(String msg, Throwable t, Logger log) TrustException(String msg, Logger log) TrustException(Throwable cause) 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) -
Method Summary
Methods inherited from class org.apache.cxf.common.i18n.UncheckedException
getCode, getMessageMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TrustException
public TrustException(org.apache.cxf.common.i18n.Message msg) - Parameters:
msg-
-
TrustException
- Parameters:
msg-t-
-
TrustException
- Parameters:
log-msg-params-
-
TrustException
- Parameters:
cause-
-
TrustException
-
TrustException
-