public class StrategySelectionException extends HibernateException
| Constructor and Description |
|---|
StrategySelectionException(String message)
Constructs a StrategySelectionException using the specified message.
|
StrategySelectionException(String message,
Throwable cause)
Constructs a StrategySelectionException using the specified message and cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic StrategySelectionException(String message)
message - A message explaining the exception condition.Copyright © 2001-2022 Red Hat, Inc. All Rights Reserved.