repo1.maven.org$maven2@javax.transaction$jta@1.1
repo1.maven.org$maven2@javax.transaction$jta@1.1@javax$transaction$SystemException.java
file
oh
o
[]
package javax.transaction;
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.
The error code with which to create the SystemException.
- Serial:
- The error code for the exception
Create a SystemException with a given string.
- Parameters:
s The string message for the exception
Create a SystemException with a given error code.
- Parameters:
errcode The error code for the exception