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
|
getCloseCode
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public LimitExedeedException()
calling InvalidDataException with closecode TOOBIG
public LimitExedeedException(String s)
calling InvalidDataException with closecode TOOBIG
s
- the detail message.Copyright © 2018. All rights reserved.