The J2EE util class could not be initialized. The indicated class either cannot be found. or is not a subclass of J2EEUtil. This field is read-only.


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

Syntax

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

See Also