aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/com/pinapelz/HolodexException.java
blob: 57d54ae97553d46c534932d4849c7023cbcdefc0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
package com.pinapelz;

/**
 * Class for Holodex related exceptions
 *
 * @author pinapelz
 * @version $Id: $Id
 */
public class HolodexException extends Exception{
    /**
     * Instantiates a new Holodex exception.
     *
     * @param message the message
     */
    public HolodexException(String message) {
        super(message);
    }

    /**
     * Instantiates a new Holodex exception.
     *
     * @param message the message
     * @param cause   the cause
     */
    public HolodexException(String message, Throwable cause) {
        super(message, cause);
    }
}
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage