Class StrategySelectionException

  • All Implemented Interfaces:
    java.io.Serializable

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

      Constructors 
      Constructor Description
      StrategySelectionException​(java.lang.String message)
      Constructs a StrategySelectionException using the specified message.
      StrategySelectionException​(java.lang.String message, java.lang.Throwable cause)
      Constructs a StrategySelectionException using the specified message and cause.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • StrategySelectionException

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

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