com.mindtree.techworks.insight.download
Class RemoteClientException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.mindtree.techworks.insight.download.RemoteClientException
All Implemented Interfaces:
java.io.Serializable

public class RemoteClientException
extends java.lang.Exception

Exception thrown for a problem with file download.

Version:
$Revision: 27 $ $Date: 2007-12-16 04:58:03 -0700 (Sun, 16 Dec 2007) $
Author:
Balaji Seshadri, Bindul Bhowmik
See Also:
Serialized Form

Constructor Summary
RemoteClientException(java.lang.String message)
          Creates a RemoteClientException object with the specified exception message.
RemoteClientException(java.lang.String message, java.lang.Throwable cause)
          Creates an instance of RemoteClientException with the message and the 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

RemoteClientException

public RemoteClientException(java.lang.String message)
Creates a RemoteClientException object with the specified exception message.

Parameters:
message - the exception message that has to be thrown

RemoteClientException

public RemoteClientException(java.lang.String message,
                             java.lang.Throwable cause)
Creates an instance of RemoteClientException with the message and the cause.

Parameters:
message - The message for this exception
cause - The cause of this exception


Copyright © 2003-2008 MindTree Consulting Ltd.. All Rights Reserved.