
public interface ApplicationExceptionType<T> extends Child<T>, JavaeeApplicationExceptionCommonType<T,ApplicationExceptionType<T>>
application-exceptionType xsd type| Modifier and Type | Method and Description |
|---|---|
ApplicationExceptionType<T> |
exceptionClass(String exceptionClass)
Sets the
exception-class element |
String |
getExceptionClass()
Returns the
exception-class element |
String |
getId()
Returns the
id attribute |
ApplicationExceptionType<T> |
id(String id)
Sets the
id attribute |
Boolean |
isRollback()
Returns the
rollback element |
ApplicationExceptionType<T> |
removeExceptionClass()
Removes the
exception-class element |
ApplicationExceptionType<T> |
removeId()
Removes the
id attribute |
ApplicationExceptionType<T> |
removeRollback()
Removes the
rollback element |
ApplicationExceptionType<T> |
rollback(Boolean rollback)
Sets the
rollback element |
ApplicationExceptionType<T> exceptionClass(String exceptionClass)
exception-class elementexceptionClass - the value for the element exception-classApplicationExceptionTypeString getExceptionClass()
exception-class elementexception-classApplicationExceptionType<T> removeExceptionClass()
exception-class elementApplicationExceptionTypeApplicationExceptionType<T> rollback(Boolean rollback)
rollback elementrollback - the value for the element rollbackApplicationExceptionTypeBoolean isRollback()
rollback elementrollbackApplicationExceptionType<T> removeRollback()
rollback elementApplicationExceptionTypeApplicationExceptionType<T> id(String id)
id attributeid - the value for the attribute idApplicationExceptionTypeString getId()
id attributeidApplicationExceptionType<T> removeId()
id attributeApplicationExceptionTypeCopyright © 2021 JBoss by Red Hat. All rights reserved.