Class DfSearchException

All Implemented Interfaces:
IDfException, Serializable
Direct Known Subclasses:
DfConfigurationException, DfQueryFormatException, DfQueryGenerationException, DfResultContentException, DfSearchLoginException, DfUnreachableLocationException

public class DfSearchException extends DfException
This exception is a base exception for the com.documentum.fc.client.search package.
See Also:
  • Constructor Details

    • DfSearchException

      public DfSearchException(Throwable cause)
      Internal constructor.
    • DfSearchException

      public DfSearchException(String errorCode, Throwable cause)
      Internal constructor.
    • DfSearchException

      public DfSearchException(String errorCode)
      Internal constructor.
    • DfSearchException

      public DfSearchException(String errorCode, Object[] args)
      Internal constructor.
    • DfSearchException

      public DfSearchException(String errorCode, String arg0)
      Internal constructor.
    • DfSearchException

      public DfSearchException(String errorCode, String arg0, String arg1)
      Internal constructor.
    • DfSearchException

      public DfSearchException(String errorCode, String arg0, String arg1, String arg2)
      Internal constructor.
    • DfSearchException

      public DfSearchException(String errorCode, Throwable exception, String... args)
      Parameters:
      errorCode - error message label code
      exception - initial cause
      args - arguments to be replaced in the message label