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

com.magenic.jmaqs.base.exceptions.JMAQSRuntimeException Maven / Gradle / Ivy

/*
 * Copyright 2020 (C) Magenic, All rights Reserved
 */

package com.magenic.jmaqs.base.exceptions;

public class JMAQSRuntimeException extends RuntimeException {

  public JMAQSRuntimeException(String message, Exception exception) {
    super(message, exception);
  }

  public JMAQSRuntimeException(String message) {
    super(message);
  }
}





© 2015 - 2025 Weber Informatics LLC | Privacy Policy