Class AccountMemberAlreadyExistsException

  • All Implemented Interfaces:
    Serializable

    public class AccountMemberAlreadyExistsException
    extends RuntimeException
    Thrown when attempting to invite a user who is already a member of an account.
    See Also:
    Serialized Form
    • Constructor Detail

      • AccountMemberAlreadyExistsException

        public AccountMemberAlreadyExistsException()
      • AccountMemberAlreadyExistsException

        public AccountMemberAlreadyExistsException​(String message)
      • AccountMemberAlreadyExistsException

        public AccountMemberAlreadyExistsException​(String message,
                                                   Throwable cause)
      • AccountMemberAlreadyExistsException

        public AccountMemberAlreadyExistsException​(Throwable cause)
      • AccountMemberAlreadyExistsException

        public AccountMemberAlreadyExistsException​(String message,
                                                   Throwable cause,
                                                   boolean enableSuppression,
                                                   boolean writableStackTrace)