Class PersonException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.alfresco.error.AlfrescoRuntimeException
org.alfresco.repo.security.person.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:
  • Constructor Details

    • PersonException

      public PersonException(String msgId)
    • PersonException

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

      public PersonException(String msgId, Throwable cause)
    • PersonException

      public PersonException(String msgId, Object[] msgParams, Throwable cause)