info.informatica.io
Class InputLimitException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by info.informatica.lang.LimitException
                  extended by info.informatica.io.InputLimitException
All Implemented Interfaces:
Serializable

public class InputLimitException
extends LimitException

Thrown when a limit was found when doing data input.

Author:
amengual at informatica dot info
See Also:
Serialized Form

Constructor Summary
InputLimitException()
           
InputLimitException(String message)
           
InputLimitException(String message, Throwable t)
           
InputLimitException(Throwable t)
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InputLimitException

public InputLimitException()

InputLimitException

public InputLimitException(String message)

InputLimitException

public InputLimitException(String message,
                           Throwable t)

InputLimitException

public InputLimitException(Throwable t)