org.figure8.join.services.vcs
Class VCSAccessException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.figure8.join.services.vcs.VCSAccessException
All Implemented Interfaces:
java.io.Serializable

public class VCSAccessException
extends java.lang.Exception

Extension of Excpetion thrown by a VCSAccessor during its interactions with Version and Configuration management System.

Version:
$Revision: 1.2 $
Author:
Laurent Broudoux
See Also:
Serialized Form

Constructor Summary
VCSAccessException(java.lang.String msg)
          Creates a new instance of VCSAccessException
VCSAccessException(java.lang.String msg, java.lang.Throwable cause)
          Creates a new instance of VCSAccessException.
VCSAccessException(java.lang.Throwable cause)
          Creates a new instance of VCSAccessException.
 
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

VCSAccessException

public VCSAccessException(java.lang.String msg)
Creates a new instance of VCSAccessException

Parameters:
msg - Message for this exception

VCSAccessException

public VCSAccessException(java.lang.Throwable cause)
Creates a new instance of VCSAccessException.

Parameters:
cause - Root throwable for this exception

VCSAccessException

public VCSAccessException(java.lang.String msg,
                          java.lang.Throwable cause)
Creates a new instance of VCSAccessException.

Parameters:
msg - Message for this exception
cause - Root throwable for this exception


Copyright © 2005-2008 Join. All Rights Reserved.