public class IncompleteActionException extends IOException
Constructor and Description |
---|
IncompleteActionException(Action action,
byte[] rest)
Creates an Incomplete Action Exception
|
Modifier and Type | Method and Description |
---|---|
Action |
getAction() |
byte[] |
getBytes() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public IncompleteActionException(Action action, byte[] rest)
action
- incompleted actionrest
- unused bytespublic Action getAction()
public byte[] getBytes()
Copyright © 2016. All rights reserved.