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