info.informatica.io
Class OutputLimitException

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.OutputLimitException
All Implemented Interfaces:
Serializable

public class OutputLimitException
extends LimitException

Thrown when a limit was found when doing data output.

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

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

OutputLimitException

public OutputLimitException()

OutputLimitException

public OutputLimitException(String message)

OutputLimitException

public OutputLimitException(String message,
                            Throwable t)

OutputLimitException

public OutputLimitException(Throwable t)