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, setNestedExceptionaddSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toStringpublic NullValueException()
public NullValueException(String msg)
msg - the detail messageCopyright © 2019. All rights reserved.