pip_services3_commons
pip_services3_commons
ApplicationException
setCauseString method
setCauseString
pip_services3_commons
pip_services3_commons
ApplicationException
setCauseString method
ApplicationException class
Constructors
ApplicationException
Properties
category
cause
code
correlation_id
details
message
stack_trace
status
hashCode
runtimeType
Methods
getCauseString
getStackTraceString
setCauseString
setStackTraceString
toString
withCause
withCode
withCorrelationId
withDetails
withStackTrace
withStatus
wrap
noSuchMethod
Operators
operator ==
Static methods
unwrapError
wrapError
setCauseString
method
void
setCauseString
(
String
value
)
Sets original error wrapped by this exception as a string message.
value
an original error message.