Class: InvalidPrincipalException
- Inherits:
-
Object
- Object
- InvalidPrincipalException
- Defined in:
- lib/default.rb
Overview
http://exception.integration.crowd.atlassian.comInvalidPrincipalException
Instance Attribute Summary collapse
-
#cause ⇒ Object
Returns the value of attribute cause.
-
#messages ⇒ Object
Returns the value of attribute messages.
-
#throwableCount ⇒ Object
Returns the value of attribute throwableCount.
-
#throwables ⇒ Object
Returns the value of attribute throwables.
Instance Method Summary collapse
-
#initialize(cause = nil, messages = nil, throwableCount = nil, throwables = nil) ⇒ InvalidPrincipalException
constructor
A new instance of InvalidPrincipalException.
Constructor Details
#initialize(cause = nil, messages = nil, throwableCount = nil, throwables = nil) ⇒ InvalidPrincipalException
Returns a new instance of InvalidPrincipalException.
314 315 316 317 318 319 |
# File 'lib/default.rb', line 314 def initialize(cause = nil, = nil, throwableCount = nil, throwables = nil) @cause = cause @messages = @throwableCount = throwableCount @throwables = throwables end |
Instance Attribute Details
#cause ⇒ Object
Returns the value of attribute cause.
309 310 311 |
# File 'lib/default.rb', line 309 def cause @cause end |
#messages ⇒ Object
Returns the value of attribute messages.
310 311 312 |
# File 'lib/default.rb', line 310 def @messages end |
#throwableCount ⇒ Object
Returns the value of attribute throwableCount.
311 312 313 |
# File 'lib/default.rb', line 311 def throwableCount @throwableCount end |
#throwables ⇒ Object
Returns the value of attribute throwables.
312 313 314 |
# File 'lib/default.rb', line 312 def throwables @throwables end |