public class ResultInterruptedException extends SQLException
| Constructor and Description | 
|---|
ResultInterruptedException(String reason)
Constructs a  
SQLException object with a given
 reason. | 
getErrorCode, getNextException, getSQLState, iterator, setNextExceptionaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ResultInterruptedException(String reason)
SQLException object with a given
 reason. The  SQLState  is initialized to
 null and the vender code is initialized to 0.
 
 The cause is not initialized, and may subsequently be
 initialized by a call to the
 Throwable.initCause(Throwable) method.
 reason - a description of the exceptionCopyright © 2012–2018 The Apache Software Foundation. All rights reserved.