java.io.Serializablepublic class LimitExedeedException extends InvalidDataException
| Constructor | Description |
|---|---|
LimitExedeedException() |
constructor for a LimitExedeedException
|
LimitExedeedException(java.lang.String s) |
constructor for a LimitExedeedException
|
getCloseCodepublic LimitExedeedException()
calling InvalidDataException with closecode TOOBIG
public LimitExedeedException(java.lang.String s)
calling InvalidDataException with closecode TOOBIG
s - the detail message.