|
What this is
Other links
The source codepackage intrinsic.mx.rpc; public class Fault extends intrinsic.Error { /** Accessors */ public String faultDetail; public String faultCode; public String faultString; /** Variables */ public Object rootCause; public Object name; public Object message; /** Constants */ /** Class Accessors */ /** Class variables */ /** Contructors */ public Fault() { } public Fault(String arg0, String arg1) { } public Fault(String arg0, String arg1, String arg2) { } /** Static Methods */ /** Methods */ public native String toString(); } |
... this post is sponsored by my books ... | |
#1 New Release! |
FP Best Seller |
Copyright 1998-2024 Alvin Alexander, alvinalexander.com
All Rights Reserved.
A percentage of advertising revenue from
pages under the /java/jwarehouse
URI on this website is
paid back to open source projects.