Class ChannelOfflineError
java.lang.Object
java.lang.Throwable
pro.cloudnode.smp.cloudnodemsg.error.Error
pro.cloudnode.smp.cloudnodemsg.error.ChannelOfflineError
- All Implemented Interfaces:
Serializable
Channel recipient not found (the channel should be closed after this error)
- See Also:
-
Field Summary
-
Constructor Summary
ConstructorDescriptionChannelOfflineError
(@NotNull String sender, @NotNull String recipient) Channel recipient not found (the channel should be closed after this error) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ChannelOfflineError
Channel recipient not found (the channel should be closed after this error)- Parameters:
sender
- The username of the message senderrecipient
- The username of the message recipient
-