org.jboss.portal.common.io
Class UndeclaredIOException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by java.lang.reflect.UndeclaredThrowableException
                  extended by org.jboss.portal.common.io.UndeclaredIOException
All Implemented Interfaces:
java.io.Serializable

public class UndeclaredIOException
extends java.lang.reflect.UndeclaredThrowableException

Avoid a method to declare an IOException in its signature when it is not necessary.

Version:
$Revision: 7228 $
Author:
Julien Viet
See Also:
Serialized Form

Constructor Summary
UndeclaredIOException(java.io.IOException undeclaredIOException)
           
UndeclaredIOException(java.io.IOException undeclaredIOException, java.lang.String s)
           
 
Method Summary
 
Methods inherited from class java.lang.reflect.UndeclaredThrowableException
getCause, getUndeclaredThrowable
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, 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

UndeclaredIOException

public UndeclaredIOException(java.io.IOException undeclaredIOException)

UndeclaredIOException

public UndeclaredIOException(java.io.IOException undeclaredIOException,
                             java.lang.String s)