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

com.github.messenger4j.exception.MessengerIOException Maven / Gradle / Ivy

// Generated by delombok at Tue May 07 22:31:27 CEST 2019
package com.github.messenger4j.exception;

import lombok.NonNull;

/**
 * @author Max Grabenhorst
 * @since 1.0.0
 */
public final class MessengerIOException extends Exception {
  public MessengerIOException(@NonNull Throwable cause) {
    super(cause);
    if (cause == null) {
      throw new java.lang.IllegalArgumentException("cause is marked @NonNull but is null");
    }
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy