Searched defs:SystemException (Results 1 - 1 of 1) sorted by relevance

/glassfish-3.1.2/transaction/javax.transaction/src/main/java/javax/transaction/
H A DSystemException.java44 * The SystemException is thrown by the transaction manager to
48 public class SystemException extends java.lang.Exception { class in inherits:java.lang.Exception
52 * The error code with which to create the SystemException.
58 public SystemException() method in class:SystemException
64 * Create a SystemException with a given string.
68 public SystemException(String s) method in class:SystemException
74 * Create a SystemException with a given error code.
78 public SystemException(int errcode) method in class:SystemException

Completed in 122 milliseconds