org.littleshoot.util
Class RuntimeConnectException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.littleshoot.util.RuntimeIoException
org.littleshoot.util.RuntimeConnectException
- All Implemented Interfaces:
- Serializable
public class RuntimeConnectException
- extends RuntimeIoException
A runtime wrapper around an ConnectException.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
RuntimeConnectException
public RuntimeConnectException(ConnectException original)
- Constructs a new runtime wrapper for an
ConnectException.
- Parameters:
original - The original ConnectException to wrap.
Copyright © 2011-2013 LittleShoot. All Rights Reserved.