Searched defs:SerialException (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/sql/rowset/serial/
H A DSerialException.java36 public class SerialException extends java.sql.SQLException { class in inherits:java.sql.SQLException
39 * Creates a new <code>SerialException</code> without a
42 public SerialException() { method in class:SerialException
46 * Creates a new <code>SerialException</code> with the
51 public SerialException(String msg) { method in class:SerialException

Completed in 33 milliseconds