public class LexBeanException
extends java.lang.Exception
| Modifier and Type | Class and Description |
|---|---|
static class |
LexBeanException.Timeout |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getMessageID()
Returns the message ID associated with the exception if any
|
LexBeanException.Timeout |
getTimeout()
Indicates if the exception was because a timeout occurred accessing a resource
|
boolean |
isAlreadyExists()
Indicates if the exception was because an action already existed
|
boolean |
isAlreadyRunningOrLocked()
Indicates if the exception was because an action was already running or locked to run
|
boolean |
isIOException()
Indicates if the exception was because an I/O problem
|
public boolean isAlreadyRunningOrLocked()
public boolean isAlreadyExists()
public boolean isIOException()
public LexBeanException.Timeout getTimeout()
public java.lang.String getMessageID()