Class LimitExedeedException

  • All Implemented Interfaces:
    java.io.Serializable

    public class LimitExedeedException
    extends InvalidDataException
    exception which indicates that the message limited was exedeeded (CloseFrame.TOOBIG)
    See Also:
    Serialized Form
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • LimitExedeedException

        public LimitExedeedException()
        constructor for a LimitExedeedException

        calling InvalidDataException with closecode TOOBIG

      • LimitExedeedException

        public LimitExedeedException​(java.lang.String s)
        constructor for a LimitExedeedException

        calling InvalidDataException with closecode TOOBIG

        Parameters:
        s - the detail message.