public class TodoAllocatedException extends LspsException
Constructor and Description |
---|
TodoAllocatedException(long todoId,
String allocatedTo)
Creates new instance.
|
Modifier and Type | Method and Description |
---|---|
String |
getAllocatedTo()
Returns the todo allocated to.
|
long |
getTodoId()
Returns the todo id.
|
getModelInstanceStates, setModelInstanceStates
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public TodoAllocatedException(long todoId, String allocatedTo)
todoId
- allocatedTo
- NullPointerException
- if allocatedTo
is nullpublic long getTodoId()
public String getAllocatedTo()
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.