Dateien nach "MAIN/src/main/java/com/trafalcraft/anti_redstone_clock/exception" hochladen
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
package com.trafalcraft.anti_redstone_clock.exception;
|
||||
|
||||
public class DuplicateRedstoneClockObjectException extends Exception {
|
||||
|
||||
private static final long serialVersionUID = 3251215030910170782L;
|
||||
|
||||
public DuplicateRedstoneClockObjectException(String message) {
|
||||
super(message);
|
||||
}
|
||||
|
||||
public DuplicateRedstoneClockObjectException(Throwable cause) {
|
||||
super(cause);
|
||||
}
|
||||
|
||||
public DuplicateRedstoneClockObjectException(String message, Throwable cause) {
|
||||
super(message, cause);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user