org.apache.accumulo.server.master.state.tables
public static class TableManager.IllegalTableTransitionException extends Exception
Constructor and Description |
---|
TableManager.IllegalTableTransitionException(TableState oldState,
TableState newState) |
Modifier and Type | Method and Description |
---|---|
TableState |
getNewState() |
TableState |
getOldState() |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public TableManager.IllegalTableTransitionException(TableState oldState, TableState newState)
public TableState getOldState()
public TableState getNewState()
Copyright © 2011-2015 The Apache Software Foundation. All Rights Reserved.