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, toString
public int minor
public CompletionStatus completed
protected SystemException(String reason, int minor, CompletionStatus completed)
Copyright © 2016 JacORB. All rights reserved.