|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.littleshoot.util.RuntimeSocketTimeoutException
public class RuntimeSocketTimeoutException
A runtime wrapper around an SocketTimeoutException.
| 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 |
|---|
public RuntimeSocketTimeoutException(SocketTimeoutException original)
SocketTimeoutException.
original - The original SocketTimeoutException to wrap.
public RuntimeSocketTimeoutException(String message,
SocketTimeoutException original)
SocketTimeoutException.
message - The message to display with the exception.original - The original SocketTimeoutException to wrap.public RuntimeSocketTimeoutException(String message)
RuntimeSocketTimeoutException with the specified
message and no cause.
message - The message.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||