org.objectweb.medor.api
Class IOException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.objectweb.medor.api.MedorException
              extended byorg.objectweb.medor.api.IOException
All Implemented Interfaces:
java.io.Serializable

public class IOException
extends MedorException

Specialisation of MedorException for IO exceptions

Author:
Sebastien Chassande-Barrioz
See Also:
Serialized Form

Constructor Summary
IOException(java.lang.Exception e)
           
IOException(java.lang.String s)
           
IOException(java.lang.String m, java.lang.Exception e)
           
 
Methods inherited from class org.objectweb.medor.api.MedorException
getNestedException, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IOException

public IOException(java.lang.String s)

IOException

public IOException(java.lang.Exception e)

IOException

public IOException(java.lang.String m,
                   java.lang.Exception e)