Class CannotMessageUserException

  • All Implemented Interfaces:
    java.io.Serializable

    public class CannotMessageUserException
    extends MissingPermissionsException
    When the user of the connected account cannot message a user. This might have several reasons, e.g.
    • The user blocked you
    • You don't share a server with the user
    • The user does not allow messages from the users in the servers you share with it
    See Also:
    Serialized Form
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • CannotMessageUserException

        public CannotMessageUserException​(java.lang.Exception origin,
                                          java.lang.String message,
                                          RestRequestInformation request,
                                          RestRequestResponseInformation response)
        Creates a new instance of this class.
        Parameters:
        origin - The origin of the exception.
        message - The message of the exception.
        request - The information about the request.
        response - The information about the response.