| Package | Description |
|---|---|
| eu.aschuetz.nativeutils.api | |
| eu.aschuetz.nativeutils.api.exceptions |
| Class and Description |
|---|
| InconsistentMutexException
This exception is thrown by linux when the pthread implementation tries to lock a robust mutex which
WAS locked by another process or thread that has died before releasing the mutex.
|
| InvalidFileDescriptorException
This exception is thrown when a passed file descriptor has been detected to be invalid.
|
| MutexAbandonedException
WaitForMultipleObjects & WaitForSingleObject when they return WAIT_ABANDONED/WAIT_ABANDONED_0
|
| OperationInProgressException
Exception thrown when an operation that is still running and being attempted in the background took longer to complete
than some timeout value.
|
| PermissionDeniedException |
| QuotaExceededException |
| SharingViolationException |
| ShellExecuteException |
| UnknownNativeErrorException
This exception signals the occurance of a native error with a given code.
|
| UnrecoverableMutexException
Thrown when a robust Mutex in an unrecoverable state.
|
| Class and Description |
|---|
| UnknownNativeErrorException
This exception signals the occurance of a native error with a given code.
|
Copyright © 2023. All rights reserved.