info.informatica.lang
Class LimitException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by info.informatica.lang.LimitException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
InputLimitException, OutputLimitException

public class LimitException
extends RuntimeException

Thrown when some limit was found.

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

Constructor Summary
LimitException()
           
LimitException(String message)
           
LimitException(String message, Throwable t)
           
LimitException(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

LimitException

public LimitException()

LimitException

public LimitException(String message)

LimitException

public LimitException(String message,
                      Throwable t)

LimitException

public LimitException(Throwable t)