public class StrategySelectionException extends HibernateException
| Constructor and 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.
|
public StrategySelectionException(java.lang.String message)
message - A message explaining the exception condition.public StrategySelectionException(java.lang.String message,
java.lang.Throwable cause)
message - A message explaining the exception condition.cause - The underlying cause.Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.