com.togethersoft.openapi.vcs
Class VcsProviderException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.togethersoft.openapi.vcs.VcsProviderException
Direct Known Subclasses:
CapabilityException, SessionNotStartedException

public class VcsProviderException
extends Exception

Base class for VcsProvider exceptions.

Author:
TogetherSoft

Constructor Summary
VcsProviderException()
           Creates new VcsProviderException without message.
VcsProviderException(String message)
           Creates new VcsProviderException with message.

Methods inherited from class java.lang.Throwable
getMessage, getLocalizedMessage, toString, printStackTrace, printStackTrace, printStackTrace, fillInStackTrace

Methods inherited from class java.lang.Object
getClass, hashCode, equals, clone, notify, notifyAll, wait, wait, wait, finalize

Constructor Detail

VcsProviderException

public VcsProviderException()
Creates new VcsProviderException without message.

VcsProviderException

public VcsProviderException(String message)
Creates new VcsProviderException with message.