shadow:standard

Exception FullMailboxException

Parent class

shadow:standard@Exception

exception FullMailboxException

Exception FullMailboxException is thrown when the Mailbox's enqueue method is called in a non-blocking call, with the backing array being full.

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 (FullMailboxException) 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) => (FullMailboxException)