Home
last modified time | relevance | path

Searched refs:IncapableException (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/sun_fc/common/
H A DExceptions.h198 class IncapableException : public HBAException {
200 IncapableException() : HBAException(HBA_STATUS_ERROR_INCAPABLE) { } in IncapableException() function