sk.uniba.euromath.tools.io
Class IOWithCauseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by sk.uniba.euromath.tools.io.IOWithCauseException
All Implemented Interfaces:
Serializable

public final class IOWithCauseException
extends IOException

A simple upgrade of IOException that adds the possibility to set the throwable cause.

Author:
Martin Vysny
See Also:
Serialized Form

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

IOWithCauseException

public IOWithCauseException(String message,
                            Throwable cause)
Parameters:
message -
cause -

IOWithCauseException

public IOWithCauseException(Throwable cause)
Parameters:
cause -


Copyright 2003-2003-2006 null. All Rights Reserved.