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

com.brihaspathee.zeus.exception.AccountNotFoundException Maven / Gradle / Ivy

The newest version!
package com.brihaspathee.zeus.exception;

/**
 * Created in Intellij IDEA
 * User: Balaji Varadharajan
 * Date: 15, September 2022
 * Time: 3:25 PM
 * Project: Zeus
 * Package Name: com.brihaspathee.zeus.exception
 * To change this template use File | Settings | File and Code Template
 */
public class AccountNotFoundException extends RuntimeException {

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

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy