public class JapeSessionInterruptedError extends PersistenceError
| Constructor and Description |
|---|
JapeSessionInterruptedError() |
JapeSessionInterruptedError(java.lang.String message) |
JapeSessionInterruptedError(java.lang.String message,
java.lang.Throwable cause) |
JapeSessionInterruptedError(java.lang.Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
int |
getInterruptionType() |
void |
setInterruptionType(int interruptionType) |
throwMepublic JapeSessionInterruptedError()
public JapeSessionInterruptedError(java.lang.String message)
public JapeSessionInterruptedError(java.lang.Throwable cause)
public JapeSessionInterruptedError(java.lang.String message,
java.lang.Throwable cause)