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