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

com.ycourlee.tranquil.crypto.exception.AssertException Maven / Gradle / Ivy

The newest version!
package com.ycourlee.tranquil.crypto.exception;

public class AssertException extends RuntimeException {

    private static final long serialVersionUID = 3308646509525666500L;

    public AssertException() {
        super();
    }

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy