Serialized Form


Package org.isis.jaut

Class org.isis.jaut.ComException extends java.lang.RuntimeException implements Serializable

Serialized Fields

hResult

int hResult
The HRESULT value.

Class org.isis.jaut.InvokeException extends java.lang.RuntimeException implements Serializable

Serialized Fields

errorCode

int errorCode
An error code identifying the error.


source

java.lang.String source
A textual, human-readable name of the source of the the exception. Typically, this is the name of the application.


description

java.lang.String description
A textual, human-readable description of the error intended for the customer.

Class org.isis.jaut.JAutException extends java.lang.RuntimeException implements Serializable


Package org.isis.gme.bon

Class org.isis.gme.bon.BONException extends java.lang.RuntimeException implements Serializable