public class RepositoryImportException extends RepositoryException
Constructor and Description |
---|
RepositoryImportException()
Instantiates a new repository import exception.
|
RepositoryImportException(String message)
Instantiates a new repository import exception.
|
RepositoryImportException(String message,
Throwable cause)
Instantiates a new repository import exception.
|
RepositoryImportException(Throwable cause)
Instantiates a new repository import exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public RepositoryImportException()
public RepositoryImportException(String message, Throwable cause)
message
- the messagecause
- the causepublic RepositoryImportException(String message)
message
- the messagepublic RepositoryImportException(Throwable cause)
cause
- the causeCopyright © 2010–2018 Eclipse Foundation. All rights reserved.