org.abstracthorizon.danube.connection
Class ConnectionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.abstracthorizon.danube.connection.ConnectionException
All Implemented Interfaces:
Serializable

public class ConnectionException
extends RuntimeException

Runtime connection exception. Base class to be used for all connection related exceptions.

Author:
Daniel Sendula
See Also:
Serialized Form

Constructor Summary
ConnectionException()
          Constructor
ConnectionException(String msg)
          Constructor
ConnectionException(String msg, Throwable cause)
          Constructor
ConnectionException(Throwable cause)
          Constructor
 
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

ConnectionException

public ConnectionException()
Constructor


ConnectionException

public ConnectionException(String msg)
Constructor

Parameters:
msg - message

ConnectionException

public ConnectionException(Throwable cause)
Constructor

Parameters:
cause - underlaying cause

ConnectionException

public ConnectionException(String msg,
                           Throwable cause)
Constructor

Parameters:
msg - message
cause - underlaying cause


Copyright © 2005-2009 Abstract Horizon. All Rights Reserved.