org.littleshoot.util
Class RuntimeConnectException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.littleshoot.util.RuntimeIoException
                  extended by org.littleshoot.util.RuntimeConnectException
All Implemented Interfaces:
Serializable

public class RuntimeConnectException
extends RuntimeIoException

A runtime wrapper around an ConnectException.

See Also:
Serialized Form

Constructor Summary
RuntimeConnectException(ConnectException original)
          Constructs a new runtime wrapper for an ConnectException.
 
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

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.