com.caucho.ejb.util
Class AppExceptionItem
java.lang.Object
com.caucho.ejb.util.AppExceptionItem
public class AppExceptionItem
- extends java.lang.Object
Manages XA exceptions.
Constructor Summary |
AppExceptionItem(boolean isApplicationException,
boolean isRollback,
boolean isInherited)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
AppExceptionItem
public AppExceptionItem(boolean isApplicationException,
boolean isRollback,
boolean isInherited)
isApplicationException
public boolean isApplicationException()
isSystemException
public boolean isSystemException()
isRollback
public boolean isRollback()
isInherited
public boolean isInherited()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object