Class ImplementationRestrictionException

All Implemented Interfaces:
Serializable

public final class ImplementationRestrictionException extends ACDPException
Thrown if an exception due to an implementation restricition has occurred.
Author:
Beat Hörmann
See Also:
  • Constructor Details

    • ImplementationRestrictionException

      public ImplementationRestrictionException(String message)
      Constructs this type of exception with the specified detail message.
      Parameters:
      message - The message.
    • ImplementationRestrictionException

      public ImplementationRestrictionException(acdp.internal.Table_ table, String message)
      Constructs this type of exception with a detailed message composed from the specified table and the specified message.
      Parameters:
      table - The table.
      message - The message.
    • ImplementationRestrictionException

      public ImplementationRestrictionException(acdp.internal.Table_ table, String columnName, String message)
      Constructs this type of exception with a detail message composed from the specified table and the specified column name.
      Parameters:
      table - The table.
      columnName - The column name.
      message - The message.