com.mysql.management.util
Class CausedSQLException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.sql.SQLException
              extended by com.mysql.management.util.CausedSQLException
All Implemented Interfaces:
java.io.Serializable, java.lang.Iterable<java.lang.Throwable>

public final class CausedSQLException
extends java.sql.SQLException

This class is final simply as a hint to the compiler, it may be un-finalized safely.

Version:
$Id: CausedSQLException.java,v 1.3 2005/08/30 18:20:23 eherman Exp $
Author:
Eric Herman
See Also:
Serialized Form

Constructor Summary
CausedSQLException(java.lang.Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.sql.SQLException
getErrorCode, getNextException, getSQLState, iterator, setNextException
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CausedSQLException

public CausedSQLException(java.lang.Throwable cause)
Parameters:
cause -


Copyright © 2004-2011. All Rights Reserved.