类 StrategySelectionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- javax.persistence.PersistenceException
-
- org.hibernate.HibernateException
-
- org.hibernate.boot.registry.selector.spi.StrategySelectionException
-
- 所有已实现的接口:
Serializable
public class StrategySelectionException extends HibernateException
Indicates a problem performing the selection/resolution.- 作者:
- Steve Ebersole
- 另请参阅:
- 序列化表格
-
-
构造器概要
构造器 构造器 说明 StrategySelectionException(String message)Constructs a StrategySelectionException using the specified message.StrategySelectionException(String message, Throwable cause)Constructs a StrategySelectionException using the specified message and cause.
-
方法概要
-
-
-
构造器详细资料
-
StrategySelectionException
public StrategySelectionException(String message)
Constructs a StrategySelectionException using the specified message.- 参数:
message- A message explaining the exception condition.
-
-