com.ibm.as400.micro
Class JdbcMeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.sql.SQLException
com.ibm.as400.micro.JdbcMeException
- All Implemented Interfaces:
- Serializable
- public class JdbcMeException
- extends SQLException
JdbcMeException extends the java.sql.SQLException
class as provided for a Java 2 Micro-Edition device.
Note: Since Java 2 Micro-Edition does not include java.sql,
the java.sql package is also part of this driver.
- See Also:
- Serialized Form
Method Summary |
String |
toString()
Returns the string representation of this exception. |
JdbcMeException
public JdbcMeException(String reason,
String sqlState)
- Constructs an JdbcMeException object with a reason and SQLState.
- Parameters:
reason
- a description of the exception.sqlState
- an XOPEN code identifying the exception.
toString
public String toString()
- Returns the string representation of this exception.
- Returns:
- the exception string.