org.shiftone.exq.impl.connection
Class ConnectionException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.shiftone.exq.QException
              extended byorg.shiftone.exq.impl.connection.ConnectionException
All Implemented Interfaces:
java.io.Serializable

public class ConnectionException
extends QException

Class ConnectionException

Author:
Jeff Drost
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.Exception
 
Constructor Summary
ConnectionException(java.lang.String message)
          Constructor ConnectionException
ConnectionException(java.lang.String message, java.lang.Throwable rootCause)
          Constructor ConnectionException
 
Methods inherited from class org.shiftone.exq.QException
printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConnectionException

public ConnectionException(java.lang.String message)
Constructor ConnectionException

Parameters:
message -

ConnectionException

public ConnectionException(java.lang.String message,
                           java.lang.Throwable rootCause)
Constructor ConnectionException

Parameters:
message -
rootCause -