|
Préférences
Moteurs de recherche
|
||||||||||||||||||||
| JavaTM 2 Platform Std. Ed. v1.5.0
org.omg.CORBA
|
|||||||||||||||||||||
| Field Summary | |
|---|---|
CompletionStatus |
completed
The status of the operation that threw this exception. |
int |
minor
The CORBA Exception minor code. |
| Constructor Summary | |
|---|---|
protected |
SystemException(String reason,
int minor,
CompletionStatus completed)
Constructs a SystemException exception with the specified detail
message, minor code, and completion status. |
| Method Summary | |
|---|---|
String |
toString()
Converts this exception to a representative string. |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public int minor
public CompletionStatus completed
| Constructor Detail |
|---|
protected SystemException(String reason, int minor, CompletionStatus completed)
SystemException exception with the specified detail
message, minor code, and completion status.
A detail message is a String that describes this particular exception.
reason - the String containing a detail messageminor - the minor codecompleted - the completion status| Method Detail |
|---|
public String toString()