public class ApplicationException extends java.lang.Object implements Keyable<java.lang.String>
Java class for application-exceptionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="application-exceptionType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="exception-class" type="{http://java.sun.com/xml/ns/javaee}fully-qualified-classType"/> <element name="rollback" type="{http://java.sun.com/xml/ns/javaee}true-falseType" minOccurs="0"/> <element name="inherited" type="{http://java.sun.com/xml/ns/javaee}true-falseType" minOccurs="0"/> </sequence> <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
exceptionClass |
protected java.lang.String |
id |
protected java.lang.Boolean |
inherited |
protected java.lang.Boolean |
rollback |
Constructor and Description |
---|
ApplicationException() |
ApplicationException(java.lang.Class exceptionClass,
boolean rollback) |
ApplicationException(java.lang.String exceptionClass,
boolean rollback) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getExceptionClass() |
java.lang.String |
getId() |
java.lang.Boolean |
getInherited() |
java.lang.String |
getKey()
Gets the immutable key for this object.
|
java.lang.Boolean |
getRollback() |
boolean |
isInherited() |
boolean |
isRollback() |
void |
setExceptionClass(java.lang.String value) |
void |
setId(java.lang.String value) |
void |
setInherited(java.lang.Boolean inherited) |
void |
setRollback(java.lang.Boolean value) |
protected java.lang.String exceptionClass
protected java.lang.Boolean rollback
protected java.lang.Boolean inherited
protected java.lang.String id
public ApplicationException()
public ApplicationException(java.lang.String exceptionClass, boolean rollback)
public ApplicationException(java.lang.Class exceptionClass, boolean rollback)
public java.lang.String getExceptionClass()
public void setExceptionClass(java.lang.String value)
public java.lang.Boolean getRollback()
public boolean isRollback()
public void setRollback(java.lang.Boolean value)
public java.lang.Boolean getInherited()
public boolean isInherited()
public void setInherited(java.lang.Boolean inherited)
public java.lang.String getId()
public void setId(java.lang.String value)