public class NoSuchPersistentFieldException
extends org.datanucleus.exceptions.NucleusUserException
Constructor and Description |
---|
NoSuchPersistentFieldException(String className,
int fieldNumber)
Constructs a no such persistent field exception.
|
NoSuchPersistentFieldException(String className,
String fieldName)
Constructs a no such persistent field exception.
|
getCause, getFailedObject, getNestedExceptions, isFatal, printStackTrace, printStackTrace, printStackTrace, setFatal, setNestedException
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toString
public NoSuchPersistentFieldException(String className, String fieldName)
className
- The class in which the field was not found.fieldName
- The name of the field.public NoSuchPersistentFieldException(String className, int fieldNumber)
className
- The class in which the field was not found.fieldNumber
- The field number of the field.Copyright © 2017. All rights reserved.