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
| 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. |
| 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 |
originalException
Exception originalException
- Stereotype new
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.
getOriginalException
public Exception getOriginalException()
- Get original exeption catched by provider.
- Stereotype new
to Class java.lang.Exception- stereotype new