Hi,
I wonder how Java exceptions are mapped to ActionScript faults.
I created a subclass of exception in Java that has the following
properties :
- message (from superclass Exception)
- detail
- type (I set the classname)
- faultcode
- description
When I throws this exception during a remote object call, the
event.fault has the following properties set :
- detail = ""
- faultcode = "Server.Processing"
- faultstring = "test"
- type = ""
It means, only the faultstring is correct. The other properties are
ignored, and the faultcode is not the one I set.
Is there a way to specify other properties than faultstring in a
ActionScript fault object ?
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/
<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/