public static class TableManager.IllegalTableTransitionException extends Exception
| Constructor and Description |
|---|
IllegalTableTransitionException(TableState oldState,
TableState newState) |
IllegalTableTransitionException(TableState oldState,
TableState newState,
String message) |
| Modifier and Type | Method and Description |
|---|---|
String |
getMessage() |
TableState |
getNewState() |
TableState |
getOldState() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic IllegalTableTransitionException(TableState oldState, TableState newState)
public IllegalTableTransitionException(TableState oldState, TableState newState, String message)
public TableState getOldState()
public TableState getNewState()
public String getMessage()
getMessage in class ThrowableCopyright © 2011–2018 The Apache Software Foundation. All rights reserved.