com.togethersoft.openapi.vcs
Class SessionNotStartedException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.togethersoft.openapi.vcs.VcsProviderException
                    |
                    +--com.togethersoft.openapi.vcs.SessionNotStartedException

public class SessionNotStartedException
extends VcsProviderException

Thrown by VcsProvider as a result of calling a method requiring a running session when session is not started.

Author:
TogetherSoft
Since: Together 4.0

Fields inherited from class com.togethersoft.openapi.vcs.VcsProviderException
originalException

Constructor Summary
SessionNotStartedException(String command)
          Creates new SessionNotStartedException with default message.

Methods inherited from class com.togethersoft.openapi.vcs.VcsProviderException
getOriginalException

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

SessionNotStartedException

public SessionNotStartedException(String command)
Creates new SessionNotStartedException with default message.
Parameters:
command Command ID