Class Fault

This error indicates an RPC related error in the system. The Fault is always related to a systems internal Java exception. The class provides access to some more details about this internal Java exception. In particular it provides details about the error send from the remote system.

PropertyDescription
causeFullName: StringIf the exception is associated with a root cause, the property contains the full name of the associated Java exception.
causeMessage: StringIf the exception is associated with a root cause, the property contains the message of the associated Java exception.
causeName: StringIf the exception is associated with a root cause, the property contains the simplified name of the associated Java exception.
faultActor: StringProvides some information on who cause the fault along the message path.
faultCode: StringAn identifier for the specific fault.
faultDetail: StringMore detailed information about the fault.
faultString: StringA human readable description for the fault.
javaFullName: StringThe full name of the underlying Java exception.
javaMessage: StringThe message of the underlying Java exception.
javaName: StringThe simplified name of the underlying Java exception.
ConstructorDescription
Fault()

captureStackTrace, toString

assign, create, create, defineProperties, defineProperty, entries, freeze, fromEntries, getOwnPropertyDescriptor, getOwnPropertyNames, getOwnPropertySymbols, getPrototypeOf, hasOwnProperty, is, isExtensible, isFrozen, isPrototypeOf, isSealed, keys, preventExtensions, propertyIsEnumerable, seal, setPrototypeOf, toLocaleString, toString, valueOf, values

causeFullName: String

If the exception is associated with a root cause, the property contains the full name of the associated Java exception.


causeMessage: String

If the exception is associated with a root cause, the property contains the message of the associated Java exception.


causeName: String

If the exception is associated with a root cause, the property contains the simplified name of the associated Java exception.


faultActor: String

Provides some information on who cause the fault along the message path.


faultCode: String

An identifier for the specific fault.


faultDetail: String

More detailed information about the fault.


faultString: String

A human readable description for the fault.


javaFullName: String

The full name of the underlying Java exception.


javaMessage: String

The message of the underlying Java exception.


javaName: String

The simplified name of the underlying Java exception.


Fault()