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

io.lsn.spring.system.mapper.exception.SystemMapperException Maven / Gradle / Ivy

The newest version!
package io.lsn.spring.system.mapper.exception;

public class SystemMapperException extends Exception {
    public SystemMapperException() {
        super();
    }

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

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

    public SystemMapperException(Throwable cause) {
        super(cause);
    }

    protected SystemMapperException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) {
        super(message, cause, enableSuppression, writableStackTrace);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy