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)
|
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 |
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)
getNestedException
public java.lang.Exception getNestedException()