allensoft.javacvs.client
Class CVSResponseException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--allensoft.javacvs.client.CVSException
                    |
                    +--allensoft.javacvs.client.CVSResponseException
All Implemented Interfaces:
java.io.Serializable

public class CVSResponseException
extends CVSException

Exception that indicates an error has occurred with a response.

See Also:
Serialized Form

Constructor Summary
CVSResponseException(CVSResponse response)
           
CVSResponseException(CVSResponse response, java.lang.String sMessage)
           
 
Method Summary
 CVSResponse getResponse()
           
 
Methods inherited from class allensoft.javacvs.client.CVSException
getNestedException
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CVSResponseException

public CVSResponseException(CVSResponse response,
                            java.lang.String sMessage)

CVSResponseException

public CVSResponseException(CVSResponse response)
Method Detail

getResponse

public CVSResponse getResponse()