Package org.jruby

Class RubyConcurrencyError

All Implemented Interfaces:
Serializable, Cloneable, Comparable<IRubyObject>, InstanceVariables, InternalVariables, IRubyObject, CoreObjectType

public class RubyConcurrencyError extends RubyThreadError
The Java representation of a Ruby ConcurrencyError.
See Also: