All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.scalecube.services.exceptions.MessageCodecException Maven / Gradle / Ivy

The newest version!
package io.scalecube.services.exceptions;

public class MessageCodecException extends InternalServiceException {

  public MessageCodecException(String message, Throwable cause) {
    super(message, cause);
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy