org.apache.oodt.cas.filemgr.structs.exceptions
Class ConnectionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.oodt.cas.filemgr.structs.exceptions.ConnectionException
All Implemented Interfaces:
Serializable

public class ConnectionException
extends Exception

Version:
$Revision: 12226 $

An exception that is thrown when a connection cannot be established by a client.

Author:
woollard
See Also:
Serialized Form

Constructor Summary
ConnectionException()
          Default Constructor
ConnectionException(String 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

ConnectionException

public ConnectionException()

Default Constructor


ConnectionException

public ConnectionException(String message)
Parameters:
message - The message for this exception.


Copyright © 1999-2011 Apache OODT. All Rights Reserved.