public final class Error
private final Integer
code
private final String
msg
Error(Integer code, String msg)
final Integer
getCode()
final String
getMsg()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
final Integer getCode()
final String getMsg()