org.netbeans.lib.cvsclient.request
Class UnconfiguredRequestException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.netbeans.lib.cvsclient.request.UnconfiguredRequestException
All Implemented Interfaces:
java.io.Serializable

public class UnconfiguredRequestException
extends java.lang.Exception

This exception indicates that a request has not been properly configured hence cannot be sent to the server for processing

See Also:
Serialized Form

Constructor Summary
UnconfiguredRequestException()
           
UnconfiguredRequestException(java.lang.String s)
           
 
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

UnconfiguredRequestException

public UnconfiguredRequestException()

UnconfiguredRequestException

public UnconfiguredRequestException(java.lang.String s)

 

Built on October 26 2010.  |  Portions Copyright 1997-2005 Sun Microsystems, Inc. All rights reserved.