Package acdp.exceptions
Class ImplementationRestrictionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
acdp.exceptions.ACDPException
acdp.exceptions.ImplementationRestrictionException
- All Implemented Interfaces:
Serializable
Thrown if an exception due to an implementation restricition has occurred.
- Author:
- Beat Hörmann
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionImplementationRestrictionException
(acdp.internal.Table_ table, String message) Constructs this type of exception with a detailed message composed from the specified table and the specified message.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.ImplementationRestrictionException
(String message) Constructs this type of exception with the specified detail message. -
Method Summary
Methods inherited from class acdp.exceptions.ACDPException
compose, prefix, prefix, prefix, prefix, prefix, prefix, prefix
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ImplementationRestrictionException
Constructs this type of exception with the specified detail message.- Parameters:
message
- The message.
-
ImplementationRestrictionException
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.
-