Exception: Fastbeans::AutogeneratedException

Inherits:
RPCException
  • Object
show all
Defined in:
lib/fastbeans/errors.rb

Instance Attribute Summary

Attributes inherited from RPCException

#orig_exc

Instance Method Summary collapse

Methods inherited from RPCException

#initialize

Constructor Details

This class inherits a constructor from Fastbeans::RPCException

Instance Method Details

#backtraceObject



21
22
23
# File 'lib/fastbeans/errors.rb', line 21

def backtrace
  [@java_backtrace_arr, super].flatten.compact
end