Dashboard > Appistry EAF v3.8 > ... > Java FAM API > Java FAM exceptions
Log In   View a printable version of the current page.  
  Java FAM exceptions

Package: com.appistry.fam

Exceptions

FAM_CommunicationException

This exception indicates communication errors were encountered during a FAM API operation. The message code and descriptive text is returned. Possible errors are:

  • NO_SERVICE_RESPONSE
  • LOST_QUORUM
  • IN_DOUBT
  • LOST_CONNECTION

FAM_Exception

This exception indicates errors were encountered during a FAM API operation. The message code and descriptive text is returned.

FAM_InternalErrorException

This exception indicates the FAM API encountered a FAM_ERROR. The message code and descriptive text is returned.

FAM_SessionException

This exception indicates a session error was encountered. The message code and descriptive text is returned. Possible errors are:

  • NO_LOCK_ID_SET
  • SESSION_INVALID

FAM_SpaceException

This exception indicates FAM space errors were encountered. The message code and descriptive text is returned. Possible errors are:

  • SPACE_NOT_FOUND
  • SPACE_ALREADY_EXISTS

IllegalArgumentException

This exception indicates the FAM API received invalid input. The message code and descriptive text is returned. Possible errors:

  • BAD_CHARS_IN_SPACE_ERROR
  • BAD_CHARS_IN_KEY_ERROR
  • BAD_CHARS_IN_LOCK_ID_ERROR
  • EMPTY_KEY
  • SPACE_SIZE_ZERO

FAM_TimeoutException

This exception indicates a FAM operation exceeded its timeout. A possible error is:

  • WAIT_TIMEOUT