fr.ifremer.isisfish.vcs
Class VCSException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by fr.ifremer.isisfish.vcs.VCSException
All Implemented Interfaces:
Serializable

public class VCSException
extends Exception

A generic vcs exception.

Version:
$Revision: 1.0 $ Last update : $Date: 1 déc. 2008 $ By : $Author: chatellier $
Author:
chemit
See Also:
Serialized Form

Constructor Summary
VCSException()
           
VCSException(String message)
           
VCSException(String message, Throwable cause)
           
VCSException(Throwable cause)
           
 
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

VCSException

public VCSException()

VCSException

public VCSException(String message)

VCSException

public VCSException(String message,
                    Throwable cause)

VCSException

public VCSException(Throwable cause)


Copyright © 1999-2010 CodeLutin. All Rights Reserved.