public class VersionControlException extends ModelVersioningException
Constructor and Description |
---|
VersionControlException(java.lang.String message)
Constructor where there is no root cause exception.
|
VersionControlException(java.lang.String message,
java.lang.Throwable cause)
Constructor where a root cause exception exists.
|
public VersionControlException(java.lang.String message)
message
- The exception messagepublic VersionControlException(java.lang.String message, java.lang.Throwable cause)
message
- The exception messagecause
- The root cause issue (Throwable)