hkontrol.connection
Class HKConnectionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by hkontrol.connection.HKConnectionException
All Implemented Interfaces:
java.io.Serializable

public class HKConnectionException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
HKConnectionException()
           
HKConnectionException(java.lang.String msg)
           
HKConnectionException(java.lang.String msg, java.lang.Throwable rootcause)
           
HKConnectionException(java.lang.Throwable rootcause)
           
 
Method Summary
 
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
 

Constructor Detail

HKConnectionException

public HKConnectionException()

HKConnectionException

public HKConnectionException(java.lang.String msg)

HKConnectionException

public HKConnectionException(java.lang.Throwable rootcause)

HKConnectionException

public HKConnectionException(java.lang.String msg,
                             java.lang.Throwable rootcause)