public class LimitExedeedException extends InvalidDataException
| 构造器和说明 |
|---|
LimitExedeedException()
constructor for a LimitExedeedException
calling InvalidDataException with closecode TOOBIG
|
LimitExedeedException(java.lang.String s)
constructor for a LimitExedeedException
calling InvalidDataException with closecode TOOBIG
|
getCloseCodepublic LimitExedeedException()
calling InvalidDataException with closecode TOOBIG
public LimitExedeedException(java.lang.String s)
calling InvalidDataException with closecode TOOBIG
s - the detail message.