Uses of Class
org.jdiameter.client.api.io.TransportError

Packages that use TransportError
org.jdiameter.client.api.io   
 

Uses of TransportError in org.jdiameter.client.api.io
 

Methods in org.jdiameter.client.api.io that return TransportError
 TransportError TransportException.getCode()
          Return code of error
static TransportError TransportError.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static TransportError[] TransportError.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Constructors in org.jdiameter.client.api.io with parameters of type TransportError
TransportException(java.lang.String message, TransportError code)
          Create instance of class with predefined parameters
TransportException(java.lang.String message, TransportError code, java.lang.Throwable cause)
          Create instance of class with predefined parameters
TransportException(TransportError code, java.lang.Throwable cause)
          Create instance of class with predefined parameters
 



Copyright © 2008. All Rights Reserved.