Class TooLargeException

java.lang.Object
java.lang.Throwable
java.lang.Exception
nl.goodbytes.xmpp.xep0363.TooLargeException
All Implemented Interfaces:
Serializable

public class TooLargeException extends Exception
An exception indicating that a 'desire' is larger than a particular maximum.
Author:
Guus der Kinderen, guus@goodbytes.
See Also:
  • Constructor Details

    • TooLargeException

      public TooLargeException(long desired, long maximum)
  • Method Details

    • getDesired

      public long getDesired()
    • getMaximum

      public long getMaximum()