public class NullValueException
extends org.datanucleus.exceptions.NucleusDataStoreException
Constructor and Description |
---|
NullValueException()
Constructs a null value exception with no specific detail message.
|
NullValueException(String msg)
Constructs a null value exception with the specified detail message.
|
getCause, getFailedObject, getNestedExceptions, isFatal, printStackTrace, printStackTrace, printStackTrace, setFatal, setNestedException
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toString
public NullValueException()
public NullValueException(String msg)
msg
- the detail messageCopyright © 2015. All rights reserved.