public class ApplicationDeadlockException extends RuntimeException
Revisions:
2002/02/13: billb
Modifier and Type | Field and Description |
---|---|
protected boolean |
retry |
Constructor and Description |
---|
ApplicationDeadlockException() |
ApplicationDeadlockException(String msg,
boolean retry) |
Modifier and Type | Method and Description |
---|---|
static ApplicationDeadlockException |
isADE(Throwable t)
Detects exception contains is or a ApplicationDeadlockException.
|
boolean |
retryable() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ApplicationDeadlockException()
public ApplicationDeadlockException(String msg, boolean retry)
public boolean retryable()
public static ApplicationDeadlockException isADE(Throwable t)
t
- Copyright © 2018 JBoss by Red Hat. All rights reserved.