net.sf.bloof.scm
Class ScmAccessException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--net.sf.bloof.scm.ScmAccessException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
CvsConnectionException, LogSyntaxException

public class ScmAccessException
extends java.lang.Exception

Exception that is thrown on access failure to the SCM system

Version:
$Id: ScmAccessException.java,v 1.5 2003/06/28 06:51:42 pekacki Exp $
Author:
Lukasz Pekacki
See Also:
Serialized Form

Constructor Summary
ScmAccessException()
          Constructor for ScmAccessException.
ScmAccessException(java.lang.String aMessage)
          Constructor for ScmAccessException.
 
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

ScmAccessException

public ScmAccessException()
Constructor for ScmAccessException.


ScmAccessException

public ScmAccessException(java.lang.String aMessage)
Constructor for ScmAccessException.

Parameters:
aMessage - Message to Exception


Copyright © 2003 bloof@Sourceforge. All Rights Reserved.