public class LobRetrievalFailureException extends DataRetrievalFailureException
| Constructor and Description | 
|---|
LobRetrievalFailureException(String msg)
Constructor for LobRetrievalFailureException. 
 | 
LobRetrievalFailureException(String msg,
                            IOException ex)
Constructor for LobRetrievalFailureException. 
 | 
contains, getMessage, getMostSpecificCause, getRootCauseaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic LobRetrievalFailureException(String msg)
msg - the detail messagepublic LobRetrievalFailureException(String msg, IOException ex)
msg - the detail messageex - IOException root cause