Exception: Operaton::Bpm::Client::ExternalTaskClientException
- Inherits:
-
StandardError
- Object
- StandardError
- Operaton::Bpm::Client::ExternalTaskClientException
- Defined in:
- lib/operaton/bpm/client/exceptions.rb
Overview
Mirrors org.operaton.bpm.client.exception.ExternalTaskClientException
Direct Known Subclasses
ConnectionLostException, DataFormatException, RestException, ValueMapperException
Instance Method Summary collapse
- #cause ⇒ Object
-
#initialize(message = nil, cause = nil) ⇒ ExternalTaskClientException
constructor
A new instance of ExternalTaskClientException.
Constructor Details
#initialize(message = nil, cause = nil) ⇒ ExternalTaskClientException
Returns a new instance of ExternalTaskClientException.
10 11 12 13 |
# File 'lib/operaton/bpm/client/exceptions.rb', line 10 def initialize( = nil, cause = nil) super() @wrapped_cause = cause end |
Instance Method Details
#cause ⇒ Object
15 16 17 |
# File 'lib/operaton/bpm/client/exceptions.rb', line 15 def cause @wrapped_cause || super end |