Package org.apache.tomcat.util.buf
Class ByteChunk.BufferOverflowException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- org.apache.tomcat.util.buf.ByteChunk.BufferOverflowException
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- ByteChunk
public static class ByteChunk.BufferOverflowException extends IOException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BufferOverflowException(String message)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
BufferOverflowException
public BufferOverflowException(String message)
-
-