public class ProtocolErrorMessage implements ProtocolMessage
Response to an erroneous message, including an error message.
public ProtocolErrorMessage(@Nullable ProtocolMessage originalRequest, @NotNull java.lang.String message)
Response to an erroneous message, including an error message.
@NotNull public java.lang.String getLogMessage()
@Nullable public ProtocolMessage getOriginalRequest()
@NotNull public java.lang.String getMessage()
@Nullable public ProtocolMessage component1()
@NotNull public java.lang.String component2()
@NotNull public ProtocolErrorMessage copy(@Nullable ProtocolMessage originalRequest, @NotNull java.lang.String message)
Response to an erroneous message, including an error message.
@NotNull public java.lang.String toString()
Response to an erroneous message, including an error message.
public int hashCode()
Response to an erroneous message, including an error message.
public boolean equals(@Nullable java.lang.Object p)
Response to an erroneous message, including an error message.