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
Since: Together 4.0

Field Summary
 (package private) ExceptionoriginalException
           

Constructor Summary
VcsProviderException()
          Creates new VcsProviderException without message.
VcsProviderException(String message)
          Creates new VcsProviderException with message.
VcsProviderException(String message, Exception x)
          Creates new VcsProviderException representing another exception,
catched by provider.

Method Summary
 ExceptiongetOriginalException()
          Get original exeption catched by provider.

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

Field Detail

originalException

Exception originalException
Stereotype new
Constructor Detail

VcsProviderException

public VcsProviderException()
Creates new VcsProviderException without message.

VcsProviderException

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

VcsProviderException

public VcsProviderException(String message, Exception x)
Creates new VcsProviderException representing another exception,
catched by provider.
Method Detail

getOriginalException

public Exception getOriginalException()
Get original exeption catched by provider.
Stereotype new

Association Links

to Class java.lang.Exception

stereotype new