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:
  • Constructor Details

    • DfIOException

      protected DfIOException()
    • DfIOException

      protected DfIOException(String message)
    • DfIOException

      protected DfIOException(String message, Throwable cause)
    • DfIOException

      protected DfIOException(String message, Object[] arguments)
    • DfIOException

      protected DfIOException(String message, Object[] arguments, Throwable cause)
  • Method Details

    • newCommunicationFailureException

      public static DfIOException newCommunicationFailureException(Throwable cause)