org.littleshoot.util
Class SocketTimeoutExceptionWithCause

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by java.io.InterruptedIOException
                  extended by java.net.SocketTimeoutException
                      extended by org.littleshoot.util.SocketTimeoutExceptionWithCause
All Implemented Interfaces:
Serializable

public class SocketTimeoutExceptionWithCause
extends SocketTimeoutException

A SocketTimeoutException that allows you to set the cause the constructor.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.io.InterruptedIOException
bytesTransferred
 
Constructor Summary
SocketTimeoutExceptionWithCause(String message, Throwable t)
          Creates a new 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

SocketTimeoutExceptionWithCause

public SocketTimeoutExceptionWithCause(String message,
                                       Throwable t)
Creates a new SocketTimeoutException.

Parameters:
message - The message.
t - The exception that caused this exception.


Copyright © 2011-2013 LittleShoot. All Rights Reserved.