Class SystemRestoreException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.eclipse.openj9.criu.JVMCRIUException
org.eclipse.openj9.criu.SystemRestoreException
- All Implemented Interfaces:
 Serializable
An exception representing a system failure after restore.
- See Also:
 
- 
Field Summary
Fields declared in class JVMCRIUException
errorCode - 
Constructor Summary
ConstructorsConstructorDescriptionSystemRestoreException(String message) Creates a SystemRestoreException with the specified message and a default error code.SystemRestoreException(String message, int errorCode) Creates a SystemRestoreException with the specified message and error code.SystemRestoreException(String message, int errorCode, Throwable causedBy) Creates a SystemRestoreException with the specified message and error code. - 
Method Summary
Methods declared in class JVMCRIUException
getErrorCode, setErrorCodeMethods declared in class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
- 
Constructor Details
- 
SystemRestoreException
Creates a SystemRestoreException with the specified message and a default error code.- Parameters:
 message- the message
 - 
SystemRestoreException
Creates a SystemRestoreException with the specified message and error code.- Parameters:
 message- the messageerrorCode- the error code
 - 
SystemRestoreException
 
 -