|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.reflect.UndeclaredThrowableException
org.jboss.portal.common.io.UndeclaredIOException
public class UndeclaredIOException
Avoid a method to declare an IOException in its signature when it is not necessary.
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 |
---|
public UndeclaredIOException(java.io.IOException undeclaredIOException)
public UndeclaredIOException(java.io.IOException undeclaredIOException, java.lang.String s)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |