public class PhantomReadMaxAttemptsExceededException extends RuntimeException
| Constructor and Description |
|---|
PhantomReadMaxAttemptsExceededException(int numberOfAttempts,
org.rhq.core.domain.util.PageList<?> list,
long millisecondsSpentTrying) |
PhantomReadMaxAttemptsExceededException(int numberOfAttempts,
org.rhq.core.domain.util.PageList<?> list,
long millisecondsSpentTrying,
Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
org.rhq.core.domain.util.PageList<?> |
getList() |
long |
getMillisecondsSpentTrying() |
int |
getNumberOfAttempts() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic PhantomReadMaxAttemptsExceededException(int numberOfAttempts,
org.rhq.core.domain.util.PageList<?> list,
long millisecondsSpentTrying)
public PhantomReadMaxAttemptsExceededException(int numberOfAttempts,
org.rhq.core.domain.util.PageList<?> list,
long millisecondsSpentTrying,
Throwable cause)
Copyright © 2008-2014 Red Hat, Inc.. All Rights Reserved.