Apache CXF API

org.apache.cxf.ws.security.trust
Class TrustException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.apache.cxf.common.i18n.UncheckedException
                  extended by org.apache.cxf.ws.security.trust.TrustException
All Implemented Interfaces:
Serializable

public class TrustException
extends UncheckedException

See Also:
Serialized Form

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

TrustException

public TrustException(Message msg)
Parameters:
msg -

TrustException

public TrustException(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,
                      Logger log,
                      Throwable t)

Apache CXF API

Apache CXF