com.whalin.MemCached
Class NestedIOException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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.