Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.apache.derby.client.am
Class ConversionException  view ConversionException download ConversionException.java

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.apache.derby.client.am.ConversionException
All Implemented Interfaces:
java.io.Serializable

public class ConversionException
extends java.lang.Exception


Nested Class Summary
 
Nested classes inherited from class java.lang.Throwable
 
Field Summary
(package private)  int errorCode_
           
(package private)  java.lang.String sqlState_
           
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
ConversionException()
           
ConversionException(java.lang.String s)
           
ConversionException(java.lang.String s, java.lang.String sqlState, int errorCode)
           
 
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
 

Field Detail

sqlState_

java.lang.String sqlState_

errorCode_

int errorCode_
Constructor Detail

ConversionException

public ConversionException(java.lang.String s,
                           java.lang.String sqlState,
                           int errorCode)

ConversionException

public ConversionException(java.lang.String s)

ConversionException

public ConversionException()