The password is null or empty when trying to create JAAS Subject object. This field is read-only.


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

Syntax

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

See Also