Class InvalidLeaderMessageException

All Implemented Interfaces:
Serializable

@Deprecated public class InvalidLeaderMessageException extends AppianException
Deprecated.
The Leader Message channel and code will be removed in a future release.
Exception that is thrown if the user references a leader message using an id that does not correspond to any message stored in the database.
See Also:
  • Constructor Details

    • InvalidLeaderMessageException

      public InvalidLeaderMessageException()
      Deprecated.
      Construct a new exception.
    • InvalidLeaderMessageException

      public InvalidLeaderMessageException(String message_)
      Deprecated.
      Cosntruct a new exception with a specified message.
      Parameters:
      message_ - The message.