allensoft.javacvs.client
Class CVSConnectionException

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

public class CVSConnectionException
extends CVSException

Exception that is thrown when creating a connection to a server.

See Also:
Serialized Form

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

CVSConnectionException

public CVSConnectionException(java.lang.String sMessage)

CVSConnectionException

public CVSConnectionException(java.lang.Exception nestedException)