net.sourceforge.cvsgrab
Class InvalidVersionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.sourceforge.cvsgrab.DetectException
              extended by net.sourceforge.cvsgrab.InvalidVersionException
All Implemented Interfaces:
Serializable

public class InvalidVersionException
extends DetectException

Exception thrown when the version detected is incompatible with the version supported by the web interface.

Version:
$Revision: 1.3 $ $Date: 2005/06/22 23:38:15 $
Author:
Ludovic Claude
See Also:
Serialized Form
Created:
on 3 fevr. 2004

Constructor Summary
InvalidVersionException(String message)
          Constructor for InvalidVersionException
 
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

InvalidVersionException

public InvalidVersionException(String message)
Constructor for InvalidVersionException

Parameters:
message -


Copyright © 2002-2005 Ludovic Claude. All Rights Reserved.