org.littleshoot.util
Class RuntimeSocketTimeoutException

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

public class RuntimeSocketTimeoutException
extends RuntimeException

A runtime wrapper around an SocketTimeoutException.

See Also:
Serialized Form

Constructor Summary
RuntimeSocketTimeoutException(SocketTimeoutException original)
          Constructs a new runtime wrapper for a SocketTimeoutException.
RuntimeSocketTimeoutException(String message)
          Creates a new RuntimeSocketTimeoutException with the specified message and no cause.
RuntimeSocketTimeoutException(String message, SocketTimeoutException original)
          Constructs a new runtime wrapper for a SocketTimeoutException.
 
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

RuntimeSocketTimeoutException

public RuntimeSocketTimeoutException(SocketTimeoutException original)
Constructs a new runtime wrapper for a SocketTimeoutException.

Parameters:
original - The original SocketTimeoutException to wrap.

RuntimeSocketTimeoutException

public RuntimeSocketTimeoutException(String message,
                                     SocketTimeoutException original)
Constructs a new runtime wrapper for a SocketTimeoutException.

Parameters:
message - The message to display with the exception.
original - The original SocketTimeoutException to wrap.

RuntimeSocketTimeoutException

public RuntimeSocketTimeoutException(String message)
Creates a new RuntimeSocketTimeoutException with the specified message and no cause.

Parameters:
message - The message.


Copyright © 2011-2013 LittleShoot. All Rights Reserved.