Searched refs:IllegalIndexException (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/lib/sun_fc/common/
H A DExceptions.h94 class IllegalIndexException : public HBAException { class in inherits:HBAException
96 IllegalIndexException() : HBAException(HBA_STATUS_ERROR_ILLEGAL_INDEX) { } function in class:IllegalIndexException
H A DHBAList.cc95 * @exception IllegalIndexException if the name does not match any
118 throw IllegalIndexException();
134 * @exception IllegalIndexException if the name does not match any
157 throw IllegalIndexException();
169 * @exception IllegalIndexException Thrown if the index doesn't match any
180 throw IllegalIndexException();
195 * @exception IllegalIndexException Thrown if the index doesn't match any
206 throw IllegalIndexException();
H A DHBA.cc170 * @exception IllegalIndexException Thrown if the index is not valid
183 throw IllegalIndexException();
H A DFCHBANPIVPort.cc134 throw IllegalIndexException();
H A DHBAPort.cc294 throw IllegalIndexException();
H A DTgtFCHBAPort.cc485 throw IllegalIndexException();
H A DFCHBAPort.cc1245 throw IllegalIndexException();

Completed in 52 milliseconds