InternalError
class InternalError : public HBAException {
InternalError();
InternalError(std::string message);
throw InternalError(
throw InternalError();
throw InternalError();
throw InternalError();
throw InternalError("HBA Port count exceeds max number of ports");
throw InternalError("Unable to find controller path");
throw InternalError("Unable to find controller path");
throw InternalError("HBA NPIV Port count exceeds max number of ports");
throw InternalError();
InternalError::InternalError(string message) : HBAException(HBA_STATUS_ERROR) {
InternalError::InternalError() : HBAException(HBA_STATUS_ERROR) {
throw InternalError(
throw InternalError();