The EJB Session was not found in the class path. This exception is logged. This field is read-only.


Namespace: FileNet.Api.Exception
Assembly: FileNet.Api (in filenet.api.dll)

Syntax

Visual Basic (Declaration)
Public Shared ReadOnly TRANSPORT_UNABLE_TO_LOCATE_EJB_SESSION As ExceptionCode
C#
public static readonly ExceptionCode TRANSPORT_UNABLE_TO_LOCATE_EJB_SESSION;
C++
public:
 static const ExceptionCode TRANSPORT_UNABLE_TO_LOCATE_EJB_SESSION;
J#
public static final ExceptionCode TRANSPORT_UNABLE_TO_LOCATE_EJB_SESSION
JScript
public static const var TRANSPORT_UNABLE_TO_LOCATE_EJB_SESSION : ExceptionCode;

See Also