com.createtank.elemenope
Class ElemenopeConnectionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.createtank.elemenope.ElemenopeConnectionException
All Implemented Interfaces:
java.io.Serializable

public class ElemenopeConnectionException
extends java.lang.Exception

Exception thrown when a problem occurs during connection.

Author:
John Joseph Roets [joe@createtank.com]
See Also:
Serialized Form

Constructor Summary
ElemenopeConnectionException()
          Creates a new instance of ElemenopeConnectionException without detail message.
ElemenopeConnectionException(java.lang.String msg)
          Constructs an instance of ElemenopeConnectionException 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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ElemenopeConnectionException

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


ElemenopeConnectionException

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

Parameters:
msg - the detail message.