Class DfIOException

All Implemented Interfaces:
IDfException, Serializable

public class DfIOException extends DfServiceException
Signals that an I/O exception of some sort has occurred while communicating with the docbase. The exception relates to an error in communications, not to the operations being performed at the docbase server.
See Also:
  • Method Details

    • newCommunicationFailureException

      public static DfIOException newCommunicationFailureException(Throwable cause)