contains(Class exClass) Check whether this exception contains an exception of the given class:
either it is of the given class itself or it contains a nested cause
of the given class.
Currently just traverses JdbcStoreException causes.
Construct a JdbcStoreException with the specified detail message
and nested exception.
Parameters: msg - the detail message Parameters: ex - the nested exception
Check whether this exception contains an exception of the given class:
either it is of the given class itself or it contains a nested cause
of the given class.
Currently just traverses JdbcStoreException causes. Will use
the JDK 1.4 exception cause mechanism once requires JDK 1.4.
Parameters: exClass - the exception class to look for