Class IOFailureException

All Implemented Interfaces:
Serializable

public final class IOFailureException extends ACDPException
Thrown to indicate that an I/O error has occurred.
Author:
Beat Hörmann
See Also:
  • Constructor Details

    • IOFailureException

      public IOFailureException(Throwable cause)
      Constructs this type of exception with the specified cause.
      Parameters:
      cause - The cause.
    • IOFailureException

      public IOFailureException(acdp.internal.Database_ db, Throwable cause)
      Constructs this type of exception with a detail message composed from the specified database and with the specified cause.
      Parameters:
      db - The database.
      cause - The cause.
    • IOFailureException

      public IOFailureException(acdp.internal.Table_ table, Throwable cause)
      Constructs this type of exception with a detail message composed from the specified table and with the specified cause.
      Parameters:
      table - The table.
      cause - The cause.