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