|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NetExceptionCode | |
---|---|
org.ferris.net | Helper and convenience classes related to
to the java.net.* package. |
Uses of NetExceptionCode in org.ferris.net |
---|
Methods in org.ferris.net that return NetExceptionCode | |
---|---|
NetExceptionCode |
NetException.getCode()
|
static NetExceptionCode |
NetExceptionCode.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static NetExceptionCode[] |
NetExceptionCode.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Constructors in org.ferris.net with parameters of type NetExceptionCode | |
---|---|
NetException(NetExceptionCode code,
Object... messageParams)
|
|
NetException(NetExceptionCode code,
Throwable throwable,
Object... messageParams)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |