We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84bcd57 commit 2b2e37aCopy full SHA for 2b2e37a
1 file changed
snaploader/src/main/java/electrostatic4j/snaploader/throwable/UnSupportedSystemError.java
@@ -33,13 +33,13 @@
33
package electrostatic4j.snaploader.throwable;
34
35
/**
36
- * A business error of type {@link UnsatisfiedLinkError} to indicate an unsupported system.
+ * A business error of type {@link Error} to indicate an unsupported system.
37
* <p>
38
* This error is thrown when all the user-defined platform predicates are not met!
39
*
40
* @author pavl_g
41
*/
42
-public class UnSupportedSystemError extends UnsatisfiedLinkError {
+public class UnSupportedSystemError extends Error {
43
44
45
* Thrown if the system detects an unsupported system binaries of the current OS.
0 commit comments