public class UnsupportedDataTypeException
extends org.datanucleus.exceptions.NucleusDataStoreException
| Constructor and Description |
|---|
UnsupportedDataTypeException()
Constructs an unsupported data type exception with no specific detail
message.
|
UnsupportedDataTypeException(String msg)
Constructs an unsupported data type exception with the specified detail
message.
|
UnsupportedDataTypeException(String msg,
Exception nested)
Constructs an unsupported data type exception with the specified detail
message and nested exception.
|
getCause, getFailedObject, getNestedExceptions, isFatal, printStackTrace, printStackTrace, printStackTrace, setFatal, setNestedExceptionaddSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toStringpublic UnsupportedDataTypeException()
public UnsupportedDataTypeException(String msg)
msg - the detail messageCopyright © 2020. All rights reserved.