Class PersonException

  • All Implemented Interfaces:
    Serializable
    Direct Known Subclasses:
    NoSuchPersonException

    public class PersonException
    extends org.alfresco.error.AlfrescoRuntimeException
    All exceptions related to the person service.
    Author:
    Andy Hind
    See Also:
    Serialized Form
    • Constructor Detail

      • PersonException

        public PersonException​(String msgId)
      • PersonException

        public PersonException​(String msgId,
                               Object[] msgParams)
      • PersonException

        public PersonException​(String msgId,
                               Throwable cause)