com.sybase.jdbc2.jdbc
Class SybConnectionDeadException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.io.IOException
                    |
                    +--com.sybase.jdbc2.jdbc.SybConnectionDeadException

public class SybConnectionDeadException
extends IOException


Field Summary
 private java.io.IOException_origIOException
           

Constructor Summary
SybConnectionDeadException(java.io.IOException )
           

Method Summary
 java.io.IOExceptiongetOriginalIOException()
           

Methods inherited from class java.lang.Throwable
getMessage, getLocalizedMessage, toString, printStackTrace, printStackTrace, printStackTrace, fillInStackTrace

Methods inherited from class java.lang.Object
getClass, hashCode, equals, clone, notify, notifyAll, wait, wait, wait, finalize

Field Detail

_origIOException

private java.io.IOException _origIOException
Constructor Detail

SybConnectionDeadException

public SybConnectionDeadException(java.io.IOException )
Method Detail

getOriginalIOException

public java.io.IOException getOriginalIOException()