org.littleshoot.util
Class SocketTimeoutExceptionWithCause
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
java.io.InterruptedIOException
java.net.SocketTimeoutException
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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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.