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

com.github.messenger4j.exception.MessengerVerificationException 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 MessengerVerificationException extends Exception {
  public MessengerVerificationException(@NonNull String message) {
    super(message);
    if (message == null) {
      throw new java.lang.IllegalArgumentException("message is marked @NonNull but is null");
    }
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy