public class RepositoryReadException extends RepositoryException
Constructor and 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.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public RepositoryReadException()
public RepositoryReadException(String message, Throwable cause)
message
- the messagecause
- the causepublic RepositoryReadException(String message)
message
- the messagepublic RepositoryReadException(Throwable cause)
cause
- the causeCopyright © 2010–2018 Eclipse Foundation. All rights reserved.