org.netbeans.lib.cvsclient.response
Class ResponseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.netbeans.lib.cvsclient.command.CommandException
              extended by org.netbeans.lib.cvsclient.response.ResponseException
All Implemented Interfaces:
java.io.Serializable

public class ResponseException
extends CommandException

This exception is thrown when an error occurs while processing the server's responses.

See Also:
Serialized Form

Constructor Summary
ResponseException(java.lang.Exception e)
           
ResponseException(java.lang.Exception e, java.lang.String locMessage)
           
ResponseException(java.lang.String message, java.lang.String localizedMessage)
           
 
Method Summary
 
Methods inherited from class org.netbeans.lib.cvsclient.command.CommandException
getBundleString, getLocalizedMessage, getLocalMessage, getLocalMessage, getMessage, getUnderlyingException, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ResponseException

public ResponseException(java.lang.Exception e)

ResponseException

public ResponseException(java.lang.Exception e,
                         java.lang.String locMessage)

ResponseException

public ResponseException(java.lang.String message,
                         java.lang.String localizedMessage)

 

Built on August 7 2008.  |  Portions Copyright 1997-2005 Sun Microsystems, Inc. All rights reserved.