Class UploadLimitExceededException

  • All Implemented Interfaces:
    java.io.Serializable

    public class UploadLimitExceededException
    extends java.io.IOException
    Will be thrown if a SerializableStream exceeds its length-limit (as given by the ContentStream to serialize).
    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

      • UploadLimitExceededException

        public UploadLimitExceededException()
      • UploadLimitExceededException

        public UploadLimitExceededException​(java.lang.String message,
                                            java.lang.Throwable cause)
      • UploadLimitExceededException

        public UploadLimitExceededException​(java.lang.String message)
      • UploadLimitExceededException

        public UploadLimitExceededException​(java.lang.Throwable cause)