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