java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.jena.shared.JenaException
org.apache.jena.fuseki.FusekiException
org.apache.jena.fuseki.main.FusekiAbortException
- All Implemented Interfaces:
Serializable
public class FusekiAbortException
extends org.apache.jena.fuseki.FusekiException
Crash out of a FusekiServer. Used for unrecoverable errors.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionFusekiAbortException(int exitCode) FusekiAbortException(int exitCode, String msg) FusekiAbortException(int exitCode, String msg, Throwable cause) FusekiAbortException(int exitCode, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
FusekiAbortException
-
FusekiAbortException
-
FusekiAbortException
-
FusekiAbortException
public FusekiAbortException(int exitCode)
-
-
Method Details
-
getCode
public int getCode()
-