This commit is contained in:
15
packages/java/dev/kreuzberg/OtherException.java
generated
Normal file
15
packages/java/dev/kreuzberg/OtherException.java
generated
Normal file
@@ -0,0 +1,15 @@
|
||||
// DO NOT EDIT - auto-generated by alef
|
||||
// alef:hash:4e15143f4af1ae8bafbdb1506ef057da924484c66a19483966333558ad437e75
|
||||
package dev.kreuzberg;
|
||||
|
||||
public class OtherException extends KreuzbergErrorException {
|
||||
/** Creates a new OtherException with the given message. */
|
||||
public OtherException(final String message) {
|
||||
super(message);
|
||||
}
|
||||
|
||||
/** Creates a new OtherException with the given message and cause. */
|
||||
public OtherException(final String message, final Throwable cause) {
|
||||
super(message, cause);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user