Class SActorMemberAlreadyExistsException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.bonitasoft.engine.commons.exceptions.SBonitaException
org.bonitasoft.engine.actor.mapping.SActorMemberAlreadyExistsException
All Implemented Interfaces:
Serializable, ExceptionContext, ScopedException

public class SActorMemberAlreadyExistsException extends SBonitaException
Author:
Matthieu Chaffotte
See Also:
  • Constructor Details

    • SActorMemberAlreadyExistsException

      public SActorMemberAlreadyExistsException(String message)
    • SActorMemberAlreadyExistsException

      public SActorMemberAlreadyExistsException(Throwable cause)
    • SActorMemberAlreadyExistsException

      public SActorMemberAlreadyExistsException(String message, Throwable cause)