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:
Serializable
Bridge class to provide nested Exceptions with IOException which has
constructors that don't take Throwables.
- Version:
- 1.2
- Author:
- Kevin Burton
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionNestedIOException
(String message, Throwable cause) NestedIOException
(Throwable cause) Create a newNestedIOException
instance. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NestedIOException
Create a newNestedIOException
instance.- Parameters:
cause
- object of type throwable
-
NestedIOException
-