public class LimitExedeedException extends InvalidDataException
| Constructor and Description |
|---|
LimitExedeedException()
constructor for a LimitExedeedException
calling InvalidDataException with closecode TOOBIG
|
LimitExedeedException(String s)
constructor for a LimitExedeedException
calling InvalidDataException with closecode TOOBIG
|
getCloseCodeaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic LimitExedeedException()
calling InvalidDataException with closecode TOOBIG
public LimitExedeedException(String s)
calling InvalidDataException with closecode TOOBIG
s - the detail message.Copyright © 2018. All rights reserved.