| |
|
| java.lang.Object java.lang.Throwable java.lang.Exception javax.transaction.SystemException
SystemException | public class SystemException extends Exception (Code) | | This exception is thrown to indicate that the transaction manager has
encountered an unexpected error condition that prevents future
transaction services from proceeding.
version: $Revision: 57196 $ |
Field Summary | |
public int | errorCode The error code of this exception. |
Constructor Summary | |
public | SystemException() Creates a new SystemException without a detail message. | public | SystemException(String msg) Constructs an SystemException with the specified
detail message. | public | SystemException(int errcode) Constructs an SystemException with the specified
detail message. |
errorCode | public int errorCode(Code) | | The error code of this exception. Values of this field are not
specified by JTA.
|
SystemException | public SystemException()(Code) | | Creates a new SystemException without a detail message.
|
SystemException | public SystemException(String msg)(Code) | | Constructs an SystemException with the specified
detail message.
Parameters: msg - the detail message. |
SystemException | public SystemException(int errcode)(Code) | | Constructs an SystemException with the specified
detail message.
Parameters: errcode - the error code for the exception |
|
|
|