allensoft.javacvs.client
Class CVSException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--allensoft.javacvs.client.CVSException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
CannotAddFileException, CVSConnectionException, CVSProtocolException, CVSResponseException, EntryDoesNotExistException, InvalidEntryFormatException, InvalidKeywordSubstitutionModeException, InvalidRepositoryLocationException, RepositoryDetails.InvalidRepositoryDetailsException, RequestAbortedException, UnsupportedResponseException

public class CVSException
extends java.lang.Exception

The base class for all exceptions relating to CVS problems.

See Also:
Serialized Form

Constructor Summary
CVSException(java.lang.Exception nestedException)
           
CVSException(java.lang.String sMessage)
           
CVSException(java.lang.String sMessage, java.lang.Exception nestedException)
           
 
Method Summary
 java.lang.Exception 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

CVSException

public CVSException(java.lang.String sMessage)

CVSException

public CVSException(java.lang.Exception nestedException)

CVSException

public CVSException(java.lang.String sMessage,
                    java.lang.Exception nestedException)
Method Detail

getNestedException

public java.lang.Exception getNestedException()