|
Préférences
Moteurs de recherche
|
||||||||||||||||
| JavaTM Platform, Enterprise Edition, v 5.0
javax.transaction
|
|||||||||||||||||
| Field Summary | |
|---|---|
int |
errorCode
The error code with which to create the SystemException. |
| Constructor Summary | |
|---|---|
SystemException()
|
|
SystemException(int errcode)
Create a SystemException with a given error code. |
|
SystemException(String s)
Create a SystemException with a given string. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public int errorCode
| Constructor Detail |
|---|
public SystemException()
public SystemException(String s)
s - The string message for the exceptionpublic SystemException(int errcode)
errcode - The error code for the exception