org.sourceforge.jemm.comm.connection
Class ConnectionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.sourceforge.jemm.comm.connection.ConnectionException
All Implemented Interfaces:
java.io.Serializable

public class ConnectionException
extends java.lang.Exception

A generic connection exception.

Released under the Apache License V2.0 license by the JEMM Project

Author:
Rory Graves
See Also:
Serialized Form

Constructor Summary
ConnectionException(java.lang.String message)
          Creates a ConnectionException with the given message.
ConnectionException(java.lang.String message, java.lang.Throwable cause)
          Creates a ConnectionException with the given message and underlying cause
 
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(java.lang.String message)
Creates a ConnectionException with the given message.

Parameters:
message - The user message.

ConnectionException

public ConnectionException(java.lang.String message,
                           java.lang.Throwable cause)
Creates a ConnectionException with the given message and underlying cause

Parameters:
message - The user message.
cause - The underlying cause


Copyright © 2009. All Rights Reserved.