java.lang.Object
java.lang.Throwable
java.lang.Exception
java.sql.SQLException
java.sql.SQLNonTransientException
java.sql.SQLDataException
com.aoapps.dbc.NullDataException
- All Implemented Interfaces:
LocalizedException
,Serializable
,Iterable<Throwable>
Thrown when database contains a null value and a non-null value is required.
- See Also:
-
Field Summary
-
Constructor Summary
ConstructorDescriptionNullDataException
(Resources resources, String key) NullDataException
(Resources resources, String key, Serializable... args) NullDataException
(String reason) NullDataException
(String reason, Throwable cause) NullDataException
(Throwable cause) NullDataException
(Throwable cause, Resources resources, String key) NullDataException
(Throwable cause, Resources resources, String key, Serializable... args) NullDataException
(ResultSet result) NullDataException
(ResultSet result, Throwable cause) -
Method Summary
Modifier and TypeMethodDescriptionfinal Serializable[]
getArgs()
final String
getKey()
final Resources
Methods inherited from class java.sql.SQLException
getErrorCode, getNextException, getSQLState, iterator, setNextException
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Field Details
-
resources
-
key
-
args
-
-
Constructor Details
-
NullDataException
public NullDataException() -
NullDataException
-
NullDataException
- Throws:
SQLException
-
NullDataException
-
NullDataException
-
NullDataException
-
NullDataException
-
NullDataException
- Throws:
SQLException
-
NullDataException
-
NullDataException
-
-
Method Details
-
getLocalizedMessage
- Specified by:
getLocalizedMessage
in interfaceLocalizedException
- Overrides:
getLocalizedMessage
in classThrowable
-
getResources
- Specified by:
getResources
in interfaceLocalizedException
-
getKey
- Specified by:
getKey
in interfaceLocalizedException
-
getArgs
- Specified by:
getArgs
in interfaceLocalizedException
- Returns:
- No defensive copy
-