Class NoSuchPersonException

  • All Implemented Interfaces:
    Serializable

    @AlfrescoPublicApi
    public class NoSuchPersonException
    extends PersonException
    Thrown when a person doesn't exist and can't be created.
    Author:
    Derek Hulley
    See Also:
    Serialized Form
    • Constructor Detail

      • NoSuchPersonException

        public NoSuchPersonException​(String userName)
    • Method Detail

      • getUserName

        public String getUserName()