Class ChannelOfflineError

java.lang.Object
java.lang.Throwable
pro.cloudnode.smp.cloudnodemsg.error.Error
pro.cloudnode.smp.cloudnodemsg.error.ChannelOfflineError
All Implemented Interfaces:
Serializable

public final class ChannelOfflineError extends Error
Channel recipient not found (the channel should be closed after this error)
See Also:
  • Constructor Details

    • ChannelOfflineError

      public ChannelOfflineError(@NotNull @NotNull String sender, @NotNull @NotNull String recipient)
      Channel recipient not found (the channel should be closed after this error)
      Parameters:
      sender - The username of the message sender
      recipient - The username of the message recipient