Uses of Class
org.mule.api.ConnectionExceptionCode

Packages that use ConnectionExceptionCode
org.mule.api The Universal Message Object(tm) API provides a way for components to interact without needing to know about the protocol or delivery mechanisms of information passed between them 
 

Uses of ConnectionExceptionCode in org.mule.api
 

Methods in org.mule.api that return ConnectionExceptionCode
 ConnectionExceptionCode ConnectionException.getCode()
          Get a code for what went wrong
static ConnectionExceptionCode ConnectionExceptionCode.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ConnectionExceptionCode[] ConnectionExceptionCode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.mule.api with parameters of type ConnectionExceptionCode
ConnectionException(ConnectionExceptionCode code, String thirdPartyCode, String message)
          Create a new connection exception
ConnectionException(ConnectionExceptionCode code, String thirdPartyCode, String message, Throwable throwable)
          Create a new connection exception
 



Copyright © 2003-2014 MuleSoft, Inc.. All Rights Reserved.