Class RepositoryCreationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.eclipse.dirigible.repository.api.RepositoryException
org.eclipse.dirigible.repository.api.RepositoryCreationException
- All Implemented Interfaces:
Serializable
public class RepositoryCreationException extends RepositoryException
The Class RepositoryCreationException.
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description RepositoryCreationException()Instantiates a new repository creation exception.RepositoryCreationException(String message)Instantiates a new repository creation exception.RepositoryCreationException(String message, Throwable cause)Instantiates a new repository creation exception.RepositoryCreationException(Throwable cause)Instantiates a new repository creation 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
-
RepositoryCreationException
public RepositoryCreationException()Instantiates a new repository creation exception. -
RepositoryCreationException
Instantiates a new repository creation exception.- Parameters:
message- the messagecause- the cause
-
RepositoryCreationException
Instantiates a new repository creation exception.- Parameters:
message- the message
-
RepositoryCreationException
Instantiates a new repository creation exception.- Parameters:
cause- the cause
-