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:
- Serialized Form
| Fields inherited from class org.apache.cxf.common.i18n.UncheckedException |
message |
| Methods inherited from class org.apache.cxf.common.i18n.UncheckedException |
getCode, getMessage |
TrustException
public TrustException(org.apache.cxf.common.i18n.Message msg)
- Parameters:
msg -
TrustException
public TrustException(org.apache.cxf.common.i18n.Message msg,
Throwable t)
- Parameters:
msg - t -
TrustException
public TrustException(Logger log,
String msg,
Object... params)
- Parameters:
msg - t -
TrustException
public TrustException(Throwable cause)
- Parameters:
cause -
TrustException
public TrustException(String msg,
Logger log)
TrustException
public TrustException(String msg,
Throwable t,
Logger log)
TrustException
@Deprecated
public TrustException(String msg,
Logger log,
Throwable t)
- Deprecated.
Apache CXF