public class BulkAccessorException extends HibernateException
| Constructor and Description |
|---|
BulkAccessorException(java.lang.String message)
Constructs an exception.
|
BulkAccessorException(java.lang.String message,
java.lang.Exception cause)
Constructs an exception.
|
BulkAccessorException(java.lang.String message,
int index)
Constructs an exception.
|
BulkAccessorException(java.lang.String message,
int index,
java.lang.Exception cause)
Constructs an exception.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getIndex()
Returns the index of the property that causes this exception.
|
public BulkAccessorException(java.lang.String message)
message - Message explaining the exception conditionpublic BulkAccessorException(java.lang.String message,
int index)
message - Message explaining the exception conditionindex - The index of the property that causes an exception.public BulkAccessorException(java.lang.String message,
java.lang.Exception cause)
message - Message explaining the exception conditioncause - The underlying causepublic BulkAccessorException(java.lang.String message,
int index,
java.lang.Exception cause)
message - Message explaining the exception conditionindex - The index of the property that causes an exception.cause - The underlying causeCopyright © 2001-2018 Red Hat, Inc. All Rights Reserved.