/ */ class P4_Connection_LoginException extends P4_Exception { const IDENTITY_NOT_FOUND = -1; const IDENTITY_AMBIGUOUS = -2; const CREDENTIAL_INVALID = -3; }