public class UnknownProfileException extends HibernateException
Constructor and Description |
---|
UnknownProfileException(String name)
Constructs an UnknownProfileException for the given name.
|
Modifier and Type | Method and Description |
---|---|
String |
getName()
The unknown fetch profile name.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public UnknownProfileException(String name)
name
- The profile name that was unknown.public String getName()
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.