public abstract class SystemException extends RuntimeException
| Modifier and Type | Field and Description |
|---|---|
CompletionStatus |
completed |
int |
minor |
| Modifier | Constructor and Description |
|---|---|
protected |
SystemException(String reason,
int minor,
CompletionStatus completed) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic int minor
public CompletionStatus completed
protected SystemException(String reason, int minor, CompletionStatus completed)
Copyright © 2017 JacORB. All rights reserved.