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, setModelInstanceStatesaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic 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.