com.whalin.MemCached
Class NestedIOException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by com.whalin.MemCached.NestedIOException
All Implemented Interfaces:
Serializable

public class NestedIOException
extends IOException

Bridge class to provide nested Exceptions with IOException which has constructors that don't take Throwables.

Version:
1.2
Author:
Kevin Burton
See Also:
Serialized Form

Constructor Summary
NestedIOException(String message, Throwable cause)
           
NestedIOException(Throwable cause)
          Create a new NestedIOException instance.
 
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(Throwable cause)
Create a new NestedIOException instance.

Parameters:
cause - object of type throwable

NestedIOException

public NestedIOException(String message,
                         Throwable cause)


Copyright © 2012 Schooner Information Technology. All Rights Reserved.