public class SizeLimitInputStream.SizeLimitExceededException
extends java.io.IOException
| Constructor and Description |
|---|
SizeLimitInputStream.SizeLimitExceededException()
Constructs an
SizeLimitExceededException with null
as its error detail message. |
SizeLimitInputStream.SizeLimitExceededException(java.lang.String s)
Constructs an
SizeLimitExceededException with the specified detail
message. |
public SizeLimitInputStream.SizeLimitExceededException()
SizeLimitExceededException with null
as its error detail message.public SizeLimitInputStream.SizeLimitExceededException(java.lang.String s)
SizeLimitExceededException with the specified detail
message. The error message string s can later be
retrieved by the Throwable.getMessage()
method of class java.lang.Throwable.s - the detail message.Copyright © 2001-2010 Jalios SA. All Rights Reserved.