com.jalios.io
Class SizeLimitInputStream.SizeLimitExceededException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by 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

Constructor Summary
SizeLimitInputStream.SizeLimitExceededException()
          Constructs an SizeLimitExceededException with null as its error detail message.
SizeLimitInputStream.SizeLimitExceededException(String s)
          Constructs an SizeLimitExceededException with the specified detail message.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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.