Searched refs:InvalidHandleException (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/sun_fc/common/
H A DExceptions.h69 class InvalidHandleException : public HBAException { class in inherits:HBAException
71 InvalidHandleException() : HBAException(HBA_STATUS_ERROR_INVALID_HANDLE) { } function in class:InvalidHandleException
H A DListener.cc91 * @exception InvalidHandleException if the callback handle does not
111 throw InvalidHandleException();
H A DFCSyseventBridge.cc127 throw InvalidHandleException();
146 throw InvalidHandleException();
165 throw InvalidHandleException();
184 throw InvalidHandleException();
203 throw InvalidHandleException();
H A DHandle.cc194 * @exception InvalidHandleException Thrown if the id does not match
210 throw InvalidHandleException();

Completed in 66 milliseconds