Uses of Class
com.ibm.cics.core.comm.ConnectionException.Type

Packages that use ConnectionException.Type
com.ibm.cics.core.comm   
 

Uses of ConnectionException.Type in com.ibm.cics.core.comm
 

Methods in com.ibm.cics.core.comm that return ConnectionException.Type
 ConnectionException.Type ConnectionException.getExceptionType()
          Deprecated. the type is no longer used. Problems should be reflected by the cause exception.
static ConnectionException.Type ConnectionException.Type.valueOf(java.lang.String name)
          Deprecated. Returns the enum constant of this type with the specified name.
static ConnectionException.Type[] ConnectionException.Type.values()
          Deprecated. Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.ibm.cics.core.comm with parameters of type ConnectionException.Type
 void ConnectionException.setExceptionType(ConnectionException.Type type)
          Deprecated. no longer used. ConnectionExceptions should use the underlying cause to reflect their type.
 



Copyright © 2013 IBM Corp. All Rights Reserved.