Uses of Class
com.eurotech.framework.protocol.pcn.PcnProtocolErrorCode

Packages that use PcnProtocolErrorCode
com.eurotech.framework.protocol.pcn   
 

Uses of PcnProtocolErrorCode in com.eurotech.framework.protocol.pcn
 

Fields in com.eurotech.framework.protocol.pcn declared as PcnProtocolErrorCode
protected  PcnProtocolErrorCode PcnProtocolException.m_code
           
 

Methods in com.eurotech.framework.protocol.pcn that return PcnProtocolErrorCode
 PcnProtocolErrorCode PcnProtocolException.getCode()
           
static PcnProtocolErrorCode PcnProtocolErrorCode.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static PcnProtocolErrorCode[] PcnProtocolErrorCode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in com.eurotech.framework.protocol.pcn with parameters of type PcnProtocolErrorCode
PcnProtocolException(PcnProtocolErrorCode code)
          Builds a new EdcException instance based on the supplied EdcErrorCode.
PcnProtocolException(PcnProtocolErrorCode code, Throwable cause, Object... arguments)
          Builds a new EdcException instance based on the supplied EdcErrorCode, an optional Throwable cause, and optional arguments for the associated exception message.
 



Copyright © 2013. All Rights Reserved.