de.hhn.se.tbraun.jts3qsdk.exceptions
Class ConnectionErrorException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by de.hhn.se.tbraun.jts3qsdk.exceptions.ConnectionErrorException
All Implemented Interfaces:
java.io.Serializable

public class ConnectionErrorException
extends java.lang.Exception

Author:
Torsten Braun
See Also:
Serialized Form

Constructor Summary
ConnectionErrorException()
          Creates a new instance of ConnectionErrorException without detail message.
ConnectionErrorException(java.lang.String msg)
          Constructs an instance of Co with the specified detail message.
 
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

ConnectionErrorException

public ConnectionErrorException()
Creates a new instance of ConnectionErrorException without detail message.


ConnectionErrorException

public ConnectionErrorException(java.lang.String msg)
Constructs an instance of Co with the specified detail message.

Parameters:
msg - the detail message.