KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > sql > rowset > serial > SerialException

javax.sql.rowset.serial
Class SerialException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.sql.SQLException
              extended by javax.sql.rowset.serial.SerialException
All Implemented Interfaces:
Serializable
See Also:
Source Code

public SerialException()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public SerialException(String msg)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags