- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.eclipse.openj9.criu.JVMCRIUException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
JVMCheckpointException
,JVMRestoreException
,SystemCheckpointException
,SystemRestoreException
public abstract class JVMCRIUException extends RuntimeException
Abstract CRIU exception superclass. Contains an error code returned from a failed operation.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected int
errorCode
-
Constructor Summary
Constructors Modifier Constructor Description protected
JVMCRIUException(String message, int errorCode)
protected
JVMCRIUException(String message, int errorCode, Throwable causedBy)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getErrorCode()
Returns the error code.void
setErrorCode(int errorCode)
Sets the error code.-
Methods declared in class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-