Package org.openiam.exception
Class PageTemplateException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.openiam.exception.BasicDataServiceException
-
- org.openiam.exception.PageTemplateException
-
- All Implemented Interfaces:
Serializable
public class PageTemplateException extends BasicDataServiceException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PageTemplateException(ResponseCode code)
PageTemplateException(ResponseCode code, Exception e)
PageTemplateException(ResponseCode code, BasicDataServiceException e)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getCurrentValue()
String
getElementName()
void
setCurrentValue(String currentValue)
void
setElementName(String elementName)
-
Methods inherited from class org.openiam.exception.BasicDataServiceException
addErrorToken, getCode, getErrorTokenList, getOriginalCause, getResponseValue, setCode, toString
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
-
-
-
Constructor Detail
-
PageTemplateException
public PageTemplateException(ResponseCode code)
-
PageTemplateException
public PageTemplateException(ResponseCode code, Exception e)
-
PageTemplateException
public PageTemplateException(ResponseCode code, BasicDataServiceException e)
-
-