Package net.sf.jasperreports.data.cache
Class DataSnapshotException
java.lang.Object
java.lang.Throwable
java.lang.Exception
net.sf.jasperreports.engine.JRException
net.sf.jasperreports.data.cache.DataSnapshotException
- All Implemented Interfaces:
Serializable
- Author:
- Lucian Chirita (lucianc@users.sourceforge.net)
- See Also:
-
Field Summary
Fields inherited from class net.sf.jasperreports.engine.JRException
EXCEPTION_MESSAGE_KEY_PREFIX, EXCEPTION_MESSAGES_BUNDLE -
Constructor Summary
ConstructorsConstructorDescriptionDataSnapshotException(String message) DataSnapshotException(String messageKey, Object[] args) DataSnapshotException(String messageKey, Object[] args, Throwable t) DataSnapshotException(String message, Throwable t) -
Method Summary
Methods inherited from class net.sf.jasperreports.engine.JRException
getArgs, getMessage, getMessage, getMessageBundleName, getMessageKey, getMessageKeyPrefix, resolveMessageMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DataSnapshotException
-
DataSnapshotException
-
DataSnapshotException
-
DataSnapshotException
-
DataSnapshotException
-