Class MissingJoinKeyException

All Implemented Interfaces:
Serializable

public class MissingJoinKeyException extends UncheckedTableException
Indicates that an operation which requires at least one matched keys (such as exactJoin) does not have a key.
See Also:
  • Constructor Details

    • MissingJoinKeyException

      public MissingJoinKeyException(String reason)