Class: Killbill::Plugin::Model::EntitlementPluginApiException

Inherits:
Object
  • Object
show all
Defined in:
lib/killbill/gen/plugin-api/entitlement_plugin_api_exception.rb

Instance Method Summary collapse

Constructor Details

#initializeEntitlementPluginApiException

Returns a new instance of EntitlementPluginApiException.



37
38
# File 'lib/killbill/gen/plugin-api/entitlement_plugin_api_exception.rb', line 37

def initialize()
end

Instance Method Details

#to_javaObject



40
41
42
# File 'lib/killbill/gen/plugin-api/entitlement_plugin_api_exception.rb', line 40

def to_java()
  Java::org.killbill.billing.entitlement.plugin.api.EntitlementPluginApiException.new()
end

#to_ruby(j_obj) ⇒ Object



44
45
46
# File 'lib/killbill/gen/plugin-api/entitlement_plugin_api_exception.rb', line 44

def to_ruby(j_obj)
  self
end