Package com.danga.MemCached
Class NestedIOException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- com.danga.MemCached.NestedIOException
-
- All Implemented Interfaces:
java.io.Serializable
public class NestedIOException extends java.io.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
Constructors Constructor Description NestedIOException(java.lang.String message, java.lang.Throwable cause)
NestedIOException(java.lang.Throwable cause)
Create a newNestedIOException
instance.
-