|
||||||||||
| 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.RuntimeSocketException
public class RuntimeSocketException
A runtime wrapper around an SocketException.
| Constructor Summary | |
|---|---|
RuntimeSocketException(SocketException original)
Constructs a new runtime wrapper for a SocketException. |
|
RuntimeSocketException(String message)
Creates a new RuntimeSocketException with the specified
message and no cause. |
|
RuntimeSocketException(String message,
SocketException original)
Constructs a new runtime wrapper for a SocketException. |
|
| 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 RuntimeSocketException(SocketException original)
SocketException.
original - The original SocketException to wrap.
public RuntimeSocketException(String message,
SocketException original)
SocketException.
message - The message to display with the exception.original - The original SocketException to wrap.public RuntimeSocketException(String message)
RuntimeSocketException 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 | |||||||||