---
title: objectNotAvailableException
framework: foundation
role: symbol
role_heading: Type Property
path: foundation/nsexceptionname/objectnotavailableexception
---

# objectNotAvailableException

Name of an exception that occurs when the remote side of the NSConnection refused to send the message to the object because the object has never been vended.

## Declaration

```swift
static let objectNotAvailableException: NSExceptionName
```

## See Also

### Type Properties

- [characterConversionException](foundation/nsexceptionname/characterconversionexception.md)
- [decimalNumberDivideByZeroException](foundation/nsexceptionname/decimalnumberdividebyzeroexception.md)
- [decimalNumberExactnessException](foundation/nsexceptionname/decimalnumberexactnessexception.md)
- [decimalNumberOverflowException](foundation/nsexceptionname/decimalnumberoverflowexception.md)
- [decimalNumberUnderflowException](foundation/nsexceptionname/decimalnumberunderflowexception.md)
- [destinationInvalidException](foundation/nsexceptionname/destinationinvalidexception.md)
- [fileHandleOperationException](foundation/nsexceptionname/filehandleoperationexception.md)
- [genericException](foundation/nsexceptionname/genericexception.md)
- [internalInconsistencyException](foundation/nsexceptionname/internalinconsistencyexception.md)
- [invalidArchiveOperationException](foundation/nsexceptionname/invalidarchiveoperationexception.md)
- [invalidArgumentException](foundation/nsexceptionname/invalidargumentexception.md)
- [invalidReceivePortException](foundation/nsexceptionname/invalidreceiveportexception.md)
- [invalidSendPortException](foundation/nsexceptionname/invalidsendportexception.md)
- [invalidUnarchiveOperationException](foundation/nsexceptionname/invalidunarchiveoperationexception.md)
- [invocationOperationCancelledException](foundation/nsexceptionname/invocationoperationcancelledexception.md)
