Class StrategySelectionException

All Implemented Interfaces:
Serializable

public class StrategySelectionException extends HibernateException
Indicates a problem performing the selection/resolution.
See Also:
  • Constructor Details

    • StrategySelectionException

      public StrategySelectionException(String message)
      Constructs a StrategySelectionException using the specified message.
      Parameters:
      message - A message explaining the exception condition.
    • StrategySelectionException

      public StrategySelectionException(String message, Throwable cause)
      Constructs a StrategySelectionException using the specified message and cause.
      Parameters:
      message - A message explaining the exception condition.
      cause - The underlying cause.