Exception: Ice::SecurityException
- Inherits:
-
LocalException
- Object
- StandardError
- Exception
- LocalException
- Ice::SecurityException
- Defined in:
- lib/Ice/LocalException.rb
Instance Attribute Summary collapse
-
#reason ⇒ Object
Returns the value of attribute reason.
Instance Method Summary collapse
-
#initialize(reason = '') ⇒ SecurityException
constructor
A new instance of SecurityException.
- #to_s ⇒ Object
Methods inherited from Exception
Constructor Details
#initialize(reason = '') ⇒ SecurityException
Returns a new instance of SecurityException.
992 993 994 |
# File 'lib/Ice/LocalException.rb', line 992 def initialize(reason='') @reason = reason end |
Instance Attribute Details
#reason ⇒ Object
Returns the value of attribute reason.
1000 1001 1002 |
# File 'lib/Ice/LocalException.rb', line 1000 def reason @reason end |
Instance Method Details
#to_s ⇒ Object
996 997 998 |
# File 'lib/Ice/LocalException.rb', line 996 def to_s '::Ice::SecurityException' end |