public class WrappedSQLException extends DatabaseException
| Constructor and Description | 
|---|
| WrappedSQLException(java.lang.String message)Constructor | 
| WrappedSQLException(java.lang.String message,
                   java.lang.Throwable cause)Constructor | 
public WrappedSQLException(java.lang.String message)
message - exception messagepublic WrappedSQLException(java.lang.String message,
                           java.lang.Throwable cause)
message - exception messagecause - the cause (which is saved for later retrieval
 by the Throwable.getCause() method). (A null value is
 permitted, and indicates that the cause is nonexistent or
 unknown.)