Class LocalRepositoryException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.eclipse.dirigible.repository.api.RepositoryException
org.eclipse.dirigible.repository.local.LocalRepositoryException
- All Implemented Interfaces:
Serializable
public class LocalRepositoryException extends RepositoryException
Main exception for the DB repository implementation.
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description LocalRepositoryException()Instantiates a new local repository exception.LocalRepositoryException(String arg0)Instantiates a new local repository exception.LocalRepositoryException(String arg0, Throwable arg1)Instantiates a new local repository exception.LocalRepositoryException(Throwable arg0)Instantiates a new local repository 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
-
LocalRepositoryException
public LocalRepositoryException()Instantiates a new local repository exception. -
LocalRepositoryException
Instantiates a new local repository exception.- Parameters:
arg0- the arg 0arg1- the arg 1
-
LocalRepositoryException
Instantiates a new local repository exception.- Parameters:
arg0- the arg 0
-
LocalRepositoryException
Instantiates a new local repository exception.- Parameters:
arg0- the arg 0
-