public class LimitExedeedException extends InvalidDataException
| Constructor and 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.