Index (Frames) | Index (No Frames) | Package | Package Tree | Tree
javax.transaction

Class SystemException

java.lang.Object
|
+--java.lang.Throwable
   |
   +--java.lang.Exception
      |
      +--javax.transaction.SystemException


public class SystemException

extends Exception

Author:

Field Summary

interrorCode

Constructor Summary

SystemException()

SystemException(java.lang.String msg)

SystemException(int errcode)

Field Details

errorCode

public int errorCode

Author:

Constructor Details

SystemException

public SystemException()


SystemException

public SystemException(int errcode)

Parameters:


SystemException

public SystemException(java.lang.String msg)

Parameters: