org.apache.geronimo.gshell.common
Class NestedIOException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by org.apache.geronimo.gshell.common.NestedIOException
All Implemented Interfaces:
Serializable

public class NestedIOException
extends IOException

Nested IOException.

Version:
$Rev: 578361 $ $Date: 2007-09-21 20:31:46 -0700 (Fri, 21 Sep 2007) $
See Also:
Serialized Form

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

NestedIOException

public NestedIOException(String msg,
                         Throwable cause)

NestedIOException

public NestedIOException(String msg)

NestedIOException

public NestedIOException(Throwable cause)

NestedIOException

public NestedIOException()


Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.