| |
|
| java.lang.Object java.lang.Throwable java.lang.Exception javax.transaction.SystemException
SystemException | public class SystemException extends java.lang.Exception (Code) | | The SystemException is thrown by the transaction manager to
indicate that it has encountered an unexpected error condition
that prevents future transaction services from proceeding.
|
Field Summary | |
public int | errorCode The error code with which to create the SystemException. |
errorCode | public int errorCode(Code) | | The error code with which to create the SystemException.
|
SystemException | public SystemException()(Code) | | |
SystemException | public SystemException(String s)(Code) | | Create a SystemException with a given string.
Parameters: s - The string message for the exception |
SystemException | public SystemException(int errcode)(Code) | | Create a SystemException with a given error code.
Parameters: errcode - The error code for the exception |
|
|
|