Class RepositoryVersioningException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.eclipse.dirigible.repository.api.RepositoryException
org.eclipse.dirigible.repository.api.RepositoryVersioningException
- All Implemented Interfaces:
Serializable
public class RepositoryVersioningException extends RepositoryException
The Repository Versioning Exception.
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description RepositoryVersioningException()Instantiates a new repository versioning exception.RepositoryVersioningException(String message)Instantiates a new repository versioning exception.RepositoryVersioningException(String message, Throwable cause)Instantiates a new repository versioning exception.RepositoryVersioningException(Throwable cause)Instantiates a new repository versioning exception. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
RepositoryVersioningException
public RepositoryVersioningException()Instantiates a new repository versioning exception. -
RepositoryVersioningException
Instantiates a new repository versioning exception.- Parameters:
message- the messagecause- the cause
-
RepositoryVersioningException
Instantiates a new repository versioning exception.- Parameters:
message- the message
-
RepositoryVersioningException
Instantiates a new repository versioning exception.- Parameters:
cause- the cause
-