public class InvalidRepositoryException extends RepositoryException
Constructor and Description |
---|
InvalidRepositoryException(String message) |
InvalidRepositoryException(String message,
String stdout,
String stderr) |
InvalidRepositoryException(String message,
Throwable cause) |
InvalidRepositoryException(String message,
Throwable cause,
String stdout,
String stderr) |
InvalidRepositoryException(String message,
Throwable cause,
String stdout,
String stderr,
long repositoryId) |
Modifier and Type | Method and Description |
---|---|
static boolean |
handleInvalidRepositoryIfAppropriate(PlanKey planKey,
Throwable e,
ErrorCollection errorCollection,
com.atlassian.event.api.EventPublisher eventPublisher,
ErrorHandler errorHandler)
Returns if the
InvalidRepositoryException was handled (if the passed exception or the cause of it is of
the right type. |
getRepositoryId, getStderr, getStdout
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public InvalidRepositoryException(String message)
public InvalidRepositoryException(String message, Throwable cause, String stdout, String stderr)
public InvalidRepositoryException(String message, String stdout, String stderr)
public static boolean handleInvalidRepositoryIfAppropriate(@Nullable PlanKey planKey, Throwable e, ErrorCollection errorCollection, com.atlassian.event.api.EventPublisher eventPublisher, @Nullable ErrorHandler errorHandler)
InvalidRepositoryException
was handled (if the passed exception or the cause of it is of
the right type.planKey
- e
- errorCollection
- eventPublisher
- errorHandler
- Copyright © 2019 Atlassian Software Systems Pty Ltd. All rights reserved.