Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

  • Given the ValidatePatronTransition attempts to resolveHomeLibraryCodeFromSystemToAgencyCode

  • When return chain completes with empty

  • Then throw NoAgencyFoundException :

    NoAgencyFoundException("Unable to resolve patron home library code(" + systemCode + "/" + homeLibraryCode + ") to an agency")

  • Given the ValidatePatronTransition attempts to findOneAgencyByCode

  • When return chain completes with empty

  • Then throw NoAgencyFoundException :

    NoAgencyFoundException("No agency found with code: " + code)

Additional notes:

  • No client exceptions within transition.

  • Uses error transformer

  • No labels