Uses of Class
org.ferris.net.NetExceptionCode

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)
           
 



Copyright © Jun 11, 2009-2011 The Ferris Foundation. All Rights Reserved.