Class UnitBrokenException

All Implemented Interfaces:
Serializable

public final class UnitBrokenException extends ACDPException
Thrown to indicate that the unit is broken.
Author:
Beat Hörmann
See Also:
  • Constructor Details

    • UnitBrokenException

      public UnitBrokenException(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.
    • UnitBrokenException

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