public final class ResultCode extends Object
Result codes do not automatically apply to all functions of an API if they have been defined for that API. Instead they are associated with each individual function.
Constructor and Description |
---|
ResultCode(String name)
Constructs a new generic
ResultCode . |
public ResultCode(String name) throws IllegalArgumentException
ResultCode
.name
- the symbolic name, can be null
.IllegalArgumentException
- if name == null
.public final String getName()
null
.See http://www.xins.org/.