Package org.jruby

Class RubySecurityError

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

public class RubySecurityError extends RubyException
The Java representation of a Ruby SecurityError.
See Also: