public class NonXAException
extends java.lang.Exception
Modifier and Type | Field and Description |
---|---|
int |
errorCode
The error code with which to create the SystemException.
|
Constructor and Description |
---|
NonXAException()
Create an NonXAException.
|
NonXAException(int errcode)
Create an NonXAException with a given error code.
|
NonXAException(java.lang.String s)
Create an NonXAException with a given string.
|
public int errorCode
public NonXAException()
public NonXAException(java.lang.String s)
s
- The String
object containing the exception message.public NonXAException(int errcode)
errcode
- The error code identifying the exception.Copyright © 2022, Oracle and/or its affiliates.