org.jvnet.annox.io
Class NestedIOException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by org.jvnet.annox.io.NestedIOException
All Implemented Interfaces:
Serializable

public class NestedIOException
extends IOException

See Also:
Serialized Form

Constructor Summary
NestedIOException(String msg, Throwable cause)
           
NestedIOException(Throwable cause)
           
 
Method Summary
static String buildMessage(String message, Throwable cause)
           
 String getMessage()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, 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(Throwable cause)

NestedIOException

public NestedIOException(String msg,
                         Throwable cause)
Method Detail

getMessage

public String getMessage()
Overrides:
getMessage in class Throwable

buildMessage

public static String buildMessage(String message,
                                  Throwable cause)


Copyright © 2006-2011 Highsource. All Rights Reserved.