public class InnerError extends Object
| Constructor and Description |
|---|
InnerError() |
| Modifier and Type | Method and Description |
|---|---|
String |
errordetail()
Get the internal error message or exception dump.
|
String |
exceptiontype()
Get the exception type.
|
InnerError |
withErrordetail(String errordetail)
Set the internal error message or exception dump.
|
InnerError |
withExceptiontype(String exceptiontype)
Set the exception type.
|
public String exceptiontype()
public InnerError withExceptiontype(String exceptiontype)
exceptiontype - the exceptiontype value to setpublic String errordetail()
public InnerError withErrordetail(String errordetail)
errordetail - the errordetail value to setCopyright © 2019. All rights reserved.