Class FileTooLargeException

  • All Implemented Interfaces:
    java.io.Serializable

    public class FileTooLargeException
    extends tigase.component.exceptions.ComponentException
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      tigase.server.Packet makeElement​(tigase.server.Packet packet, boolean insertOriginal)  
      • Methods inherited from class tigase.xmpp.XMPPProcessorException

        getCode, getErrorCondition, getErrorMessagePrefix, getMessage, getMessageWithPosition, getName, getText, getType
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, 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

      • FileTooLargeException

        public FileTooLargeException​(long limit)
    • Method Detail

      • makeElement

        public tigase.server.Packet makeElement​(tigase.server.Packet packet,
                                                boolean insertOriginal)
                                         throws tigase.xmpp.PacketErrorTypeException
        Overrides:
        makeElement in class tigase.xmpp.XMPPProcessorException
        Throws:
        tigase.xmpp.PacketErrorTypeException