shadow:standard

Exception EmptyMailboxException

Parent class

shadow:standard@Exception

exception EmptyMailboxException

Exception EmptyMailboxException is thrown when Mailbox's dequeue method is called in a non-blocking call, while being empty.

Author

Claude Abounegm

Create Summary

Modifiers Return Types Method and Description
public () create()
public () create(String message)

Destroy Summary

Modifiers Return Types Method and Description
public () destroy()

Method Summary

Modifiers Return Types Method and Description
public readonly (EmptyMailboxException) copy(AddressMap addresses)

Create Detail

create

public create() => ()

create

public create(String message) => ()

Destroy Detail

destroy

public destroy() => ()

Method Detail

copy

public readonly copy(AddressMap addresses) => (EmptyMailboxException)