Class TrustException

  • All Implemented Interfaces:
    Serializable

    public class TrustException
    extends org.apache.cxf.common.i18n.UncheckedException
    See Also:
    Serialized Form
    • Constructor Detail

      • 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:
        log -
        msg -
        params -
      • TrustException

        public TrustException​(Throwable cause)
        Parameters:
        cause -
      • TrustException

        public TrustException​(String msg,
                              Logger log)