com.jalios.io
Class SizeLimitInputStream.SizeLimitExceededException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
com.jalios.io.SizeLimitInputStream.SizeLimitExceededException
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- SizeLimitInputStream
public class SizeLimitInputStream.SizeLimitExceededException
- extends IOException
Signals that a size limit has been reach during an I/O operation.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
SizeLimitInputStream.SizeLimitExceededException
public SizeLimitInputStream.SizeLimitExceededException()
- Constructs an
SizeLimitExceededException
with null
as its error detail message.
SizeLimitInputStream.SizeLimitExceededException
public SizeLimitInputStream.SizeLimitExceededException(String s)
- Constructs an
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
.
- Parameters:
s
- the detail message.
Copyright © 2001-2010 Jalios SA. All Rights Reserved.