public class BulkAccessorException extends HibernateException
| Constructor and Description |
|---|
BulkAccessorException(String message)
Constructs an exception.
|
BulkAccessorException(String message,
Exception cause)
Constructs an exception.
|
BulkAccessorException(String message,
int index)
Constructs an exception.
|
BulkAccessorException(String message,
int index,
Exception cause)
Constructs an exception.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getIndex()
Returns the index of the property that causes this exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic BulkAccessorException(String message)
message - Message explaining the exception conditionpublic BulkAccessorException(String message, int index)
message - Message explaining the exception conditionindex - The index of the property that causes an exception.public BulkAccessorException(String message, Exception cause)
message - Message explaining the exception conditioncause - The underlying causeCopyright © 2001-2015 Red Hat, Inc. All Rights Reserved.