public class RepoException extends ContentException
Repo,
RepoGroup,
Serialized Form| Modifier and Type | Class and Description |
|---|---|
static class |
RepoException.RepoExceptionType |
| Constructor and Description |
|---|
RepoException() |
RepoException(String message) |
RepoException(String message,
Throwable cause) |
RepoException(Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
RepoException.RepoExceptionType |
getType()
Programmatic hook to determine if a repo operation failure was related to the repo name
already existing.
|
void |
setType(RepoException.RepoExceptionType type) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic RepoException()
public RepoException(String message)
public RepoException(Throwable cause)
public RepoException.RepoExceptionType getType()
public void setType(RepoException.RepoExceptionType type)
Copyright © 2008-2014 Red Hat, Inc.. All Rights Reserved.