public class SizeLimitInputStream.SizeLimitExceededException
extends java.io.IOException
Constructor and Description |
---|
SizeLimitExceededException()
Constructs an
SizeLimitExceededException with null
as its error detail message. |
SizeLimitExceededException(java.lang.String s)
Constructs an
SizeLimitExceededException with the specified detail
message. |
public SizeLimitExceededException()
SizeLimitExceededException
with null
as its error detail message.public 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-2017 Jalios SA. All Rights Reserved.