Class SizeLimitExceededException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
net.shibboleth.shared.io.SizeLimitExceededException
All Implemented Interfaces:
Serializable

public class SizeLimitExceededException extends IOException
Exception used by SizeLimitedInputStream to indicate when the maximum allowed size of the stream has been reached.
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      Serial version UID.
      See Also:
  • Constructor Details

    • SizeLimitExceededException

      public SizeLimitExceededException()
      Constructor.
    • SizeLimitExceededException

      public SizeLimitExceededException(String message, Throwable cause)
      Constructor.
      Parameters:
      message - exception message
      cause - underlying cause of this exception
    • SizeLimitExceededException

      public SizeLimitExceededException(String message)
      Constructor.
      Parameters:
      message - exception message
    • SizeLimitExceededException

      public SizeLimitExceededException(Throwable cause)
      Constructor.
      Parameters:
      cause - underlying cause of this exception